Igor Tandetnik <itandetnik@...> writes:

> 
> On 2/2/2011 1:25 PM, Oliver Peters wrote:
> > sqlite>  SELECT CAST(2.3*100 AS INTEGER);
> > 229<- S T R A N G E result
> 
> select cast(round(2.3*100) as integer);
> 

I knew you know it.

thx a lot you're still the greatest :-)

greetings to wherever you are
Oliver

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

Reply via email to