How to make an SQL query if Want some specific rows from Specific place
Posted
by Azhar
on Stack Overflow
See other posts from Stack Overflow
or by Azhar
Published on 2010-06-14T05:41:51Z
Indexed on
2010/06/14
5:42 UTC
Read the original article
Hit count: 237
How to make an SQL query if there are 30 records in table and I want to pick rows from 12 to 20 where 12 and 20 are row numbers not Ids.
**Ids Code**
5 ABC
6 SDF
8 WSA
10 FSD
15 IOP
.
.
.
.
80 AWS
© Stack Overflow or respective owner