On Jun 13, 2008, at 7:41 PM, Igor Tandetnik wrote:

> "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?

MySQL, PostgreSQL

> What's wrong with
> SELECT 1=1 AND 2=2 ?

That works, but sucks if you have something like:

( (1, 2), .... ) = ( (1, 2), ... )

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

--
Taylor Basilio / [EMAIL PROTECTED]
Headstrong Solutions / http://www.headstrong.ws
(951) 808 - 5597

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

Reply via email to