How can I show in query (or form) the record number ?
( the autoincrement filed can have some holes depend if I was deleted some records)
SELECT id,name FROM mytable ORDER BY id DESC ;
# id Name
---------------
1 5 Beta
2 3 Alpha
3 1 Teta
SELECT id,name FROM mytable ORDER by...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.