Does the Sqlite database support the ROW NUMBER () function? - Forum

Forum Navigation
You need to log in to create posts and topics.

Does the Sqlite database support the ROW NUMBER () function?

Hello and good time ...! Does the Sqlite database support the ROW NUMBER () function or not? If it supports! What should it look like?
Thanks & Regards

@javadrajabihakami please take a look at this:
https://www.sqlitetutorial.net/sqlite-window-functions/sqlite-row_number/

Regards.

Hello and thank you dear friend ...! Good time!
From
SELECT ROW_NUMBER () OVER (ORDER BY name) AS num_row
name,
code
FROM furniture;
I used it but it didn't work at all! Thanks for the tip! thanks again