"Taylor Basilio" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is there a way to do tuple comparisons in SQLite? Are there plans to > support it as "SELECT (1, 2) = (1, 2)" in the future?
Why? Is there any DBMS that supports this syntax? What's wrong with SELECT 1=1 AND 2=2 ? Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users