lundi 29 juin 2015

SQL Select statment with remove first row

I have multiple rows in table, I'm using select statement to fetch the details.

select * from pdetails where pcode='P000437' 

Result

enter image description here

my query print 3 records but I don't want to print first row.

Is there any option to use select statement with condition to count and remove first row.

Aucun commentaire:

Enregistrer un commentaire