Thread: pgaccess and LIMIT?

pgaccess and LIMIT?

From
Pavel@Janik.cz (Pavel Janík ml.)
Date:
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