Access sql with python, please. I'm desperate

sdd daniels at dsl-only.net
Fri Nov 14 00:14:39 EST 2003


I wrote:
> That said, on at least some systems you can say:
> 
>    SELECT * for (SELECT age, weight FROM personnel)
>    WHERE age in (SELECT age FROM retirees)
When of course I meant to write:
    SELECT * FROM (SELECT age, weight FROM personnel)
    WHERE age IN (SELECT age FROM retirees)

  -Scott David Daniels
  Scott.Daniels at Acm.Org





More information about the Python-list mailing list