please check this sql: select cast((2.3 * 100) as integer), cast(round(2.3 * 100) as integer), 2.3 * 100, cast(230.0 as integer)
Is this proper behaviour ? Thanks in advance, RA _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

