Matt Young schrieb:
> I second that documentation confusion.  There is no truncate to
> integer, though I wish it would.
> 

Try this,

SELECT CAST(4.5 AS INTEGER), CAST(ROUND(4.5, 0) AS INTEGER)



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

Reply via email to