Hi, ;)
I'd like to specific "row number" to show in query such as we have full result record of query is 100. I knew how to use fuction SELECT TOP for first n row from top. But I need to select among of them such as row 21st thru 40th from all 100 records list. :o
In Oracle, they have...