New Member
Since ‎09-15-2021
‎05-20-2023

My Stats

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

akongjohan's Bio

Badges maria_b Earned

View all badges

Recent Activity

Hello,Do we have any “LAST” function? The following query is not working, and I want to extract the last limit in each month from each acoount ID .SELECT date_trunc(date, month) as Month,LAST(credit_card_account__limit_range_max) as Credit_LimitFROM ...
Hello, im having trouble with my code in the 6th line. I already tried “BETWEEN 0 AND 5000” and this. Does someone know what would be a correct way ?SELECT date_trunc(date, month) as Month,AVG(credit_card_account__limit_range_max) as Credit_LimitFROM...