From: ccwu (ccwu660601 at gmail.com) Date: Mon Jan 4 07:25:15 EST 2010 |
|
Hi, I'm using Snooze. I can do a sql select using (find-all (sql (select #:from person #:where (= age 20 )))) Could I also do a sql delete with #:where? Could I using a condition #:where (> age 20)? If I couldn't, how should I do to achieve a sql statement delete from person where age > 20?
Posted on the users mailing list. |
|