2009/12/15 D. Richard Hipp <[email protected]>: > >> > > Because string '2' is not the same thing as integer 2. > > sqlite3> select 2='2'; > 0 > sqlite3> >
Why sqlite> select cast( 2 as integer ) = '2'; 1 > > D. Richard Hipp > [email protected] > Simon _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

