question for select:the PostgreSQL way

wxdqz

New Member
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.
 
Back
Top