Hi!
I'm using OO 2.3.0 on Ubuntu Gutsy and building a little private
accounting DB. The engine is embedded HSQLDB.
However, I came across a problem : I can't make TOP/LIMIT to work with
queries. Tried all sane and insane combinations like:
SELECT TOP 3 * FROM ...
SELECT * FROM ... LIMIT 3
SELECT LIMIT 3 * FROM ...
etc. etc.
Any clues? Thank you!!!
Michael Baranov
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]