Hi all,
I have a big table and I want only select the first 2 rows.
I have tried this :
select top 2 from table;
but it doesn't work! Any help please.
JP


      
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to