W wxdqz New Member Aug 21, 2008 #1 the mysql way: select * from tabl_name limit 10,20; How should i write in PostgreSQL? is that: select * from tabl_name set limiter from 10 to 30 is that right? need help.
the mysql way: select * from tabl_name limit 10,20; How should i write in PostgreSQL? is that: select * from tabl_name set limiter from 10 to 30 is that right? need help.