hi!
i can access the first 100 records by this command:
=> select * from foo_table limit 100;
OR
=> select * from foo_table order by foo_column desc limit 100;
how do i access the next 100 records without having the first 100 displayed?
thanks!
mel
Чтобы сделать работу с сайтом удобнее, мы используем cookie и аналитический сервис «Яндекс.Метрика». Продолжая пользоваться сайтом, вы соглашаетесь с их использованием.