Hi, Is there something similar to ROW_NUMBER() <https://docs.oracle.com/cd/B19306_01/server.102/b14200/functions137.htm> in Phoenix?
Or any alternatives to displaying the row number like this: row_number,name,purchases 1,John,9999 2,Joseph,999 3,Jordan,99 Thanks!