Oops, let me try again!

>SELECT ALLBUT foo FROM t ...


Typing error! Should be

SELECT * ALLBUT foo FROM t ...



Could be as well

SELECT * BUTNOT foo, bar FROM t ...

The risk seems much higher with words like SAFE or WITHOUT, which 
perhaps have greater probability of being used in some fuure 
enhancement of SQL.

Anyway I'm not a native english speaker nor a DBMS guru. Let's see what 
others say. 



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to