To select from 10th record to 20th record of a result set??SELECT * FROM Persons LIMIT 10,10
To select the customer getting 10th largest salary in customer table ?
To select from 10th record to 20th record of a result set??
ReplyDeleteSELECT * FROM Persons LIMIT 10,10
To select the customer getting 10th largest salary in customer table ?
ReplyDelete