Le 10/06/13 21:06, Zolnai Tamás a écrit :
Hi Tamás,
running), but hsqldb does not support queries like "select * from table
limit y". In hsqldb's concept we have to use a WHERE or an ORDER BY
clause before LIMIT or at least a Table alias.
Ah, I see, so rather a limitation of hsql 1.8 (don't know about 2.0).
In case of mysql, Base appends a table alias automatically to the select
statement (read on the german list). I don't sure this appending's aim
is to avoid this problem or not, but can use for hsqldb too.
Ah, OK. Thanks for the info.
Alex
Context
- Re: Limit - New Database feature (continued)
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.