Re: [sqlite] 'ALL' Not Supported?

2004-02-25 Thread Evan McNabb
t; http://www.sqlite.org/lang.html#select, you'll see that the use of the "all" > keyword is somewhat different from what you've used. That link clears up why it was failing. Thanks for your time, and pardon my SQL ignorance. I'll still quite a newbie. :-) -Evan --

[sqlite] 'ALL' Not Supported?

2004-02-25 Thread Evan McNabb
get this syntax error. Thanks for your time. -Evan P.S. Here's another that fails: sqlite> select model from pc intersect all select model from product; SQL error: near "all": syntax error -- /*********