> I think that using the + operator we can make a query that > will work for most databases.
hsqldb supports concat(). See http://hsqldb.sourceforge.net/doc/hsqlSyntax.html#Stored. > And about limiting the result (top/limit) we achieve that > geting the first element of a collection! hsqldb supports limit. They just form the query differently. See: http://hsqldb.sourceforge.net/doc/hsqlSyntax.html#SELECT In case you are wondering, hsqldb is non-standard. See: http://owen.sj.ca.us/rkowen/howto/sql92.html --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
