|
From: <jer...@ep...> - 2005-12-16 10:32:12
|
The user manual available online at: http://www.hsqldb.org/web/=20 hsqlDocsFrame.html seems to have a typo. In the SQL synthax chapter =20 where you describe the SELECT statement it's written,: { Expression | COUNT(*) | {COUNT | MIN | MAX | SUM | AVG | SOME | =20 EVERY | VAR_POP | VAR_SAMP | STDDEV_POP | STDDEV_SAMP} ([ALL | =20 DISTINCT][1]] Expression) } [[AS] label] I think that there is a mistake with the brackets [ & ]: at the end you close one time too much the bracket in [ALL | DISTINCT]=20= [1]] and you use double brackets in [[AS] label] where simple should be =20 enought. Regards J=E9r=F4me |