Java with Android Updates
Knowledge Can Impact our Dreams
Thursday, 12 April 2012
How do I display row number with records?
To achive this use rownum pseudocolumn with query, like SQL> SQL> select rownum, ename from emp;
Output:
1 Scott
2 Millor
3 Jiyo
4 Smith
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment