Re: Subqueries in CLSQL
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <OFAC8E21F6.97323D96-ON87256EAC.0059C692-87256EAC.005A2B16@peoplesoft.com> |
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> writes: > Bill_Clementson-agfRzfoALauWd6l5hS35sQ-XMD5yJDbdMReXY1tMh2IBg@public.gmane.org wrote: > > I have been working through Nick Levine's ILC2002 tutorial examples for > > CommonSQL. > > Most of them work fine in CLSQL; however, the following subqueries fail in > > CLSQL. > > Which database backend are you using? MySQL 4.0 and previous versions > do not support subqueries. From your weblog entry for MySQL: > > FDML/SELECT/5 subqueries not supported > FDML/SELECT/10 subqueries not supported > [...snip...] > FDML/SELECT/32 subqueries not supported > FDML/SELECT/33 subqueries not supported Geez, you think I actually read my weblog? ;-) Yes, I was testing with MySQL 4.0 - Sorry for the noise. - Bill