Re: Iteration syntax for UncommonSQL

Nick Levine <[email protected]> Fri, 17 Jan 2003 17:05:08 GMT
Newsgroups gmane.lisp.uncommon-sql,gmane.lisp.lispworks.general
Message-ID <[email protected]>
     * (sql:do-query ((my-user) [select 'user :where [= [fname]
                      "Edi"]]) (print my-user))  

     Error in function "DEFMETHOD MAKE-QUERY NIL":  No source tables
     supplied to select statement. 

All I can say is, I get the same error trying my correspnding tutorial
example with USQL on LW. 

Not much help I know. My inclination is to say that USQL is broken.

- n