Обсуждение: pgaccess and LIMIT?

Поиск
Список
Период
Сортировка

pgaccess and LIMIT?

От
Pavel@Janik.cz (Pavel Janík ml.)
Дата:
Hi,

try the following command (Queries/New) in pgaccess from 7.0.3:

SELECT * from cols LIMIT 1;

It will return the same set of records as:

SELECT * from cols;

psql works correctly.
-- 
Pavel Janík ml.
Pavel@Janik.cz
http://www.janik.cz