Works for me without any problems

sqllite3 3.5.9-5

$ sqlite3
SQLite version 3.5.9
Enter ".help" for instructions
sqlite> select 100/1.5;
66.6666666666667
sqlite> select 100/2.5;
40.0
sqlite> select 100/2;
50
sqlite> select 100/3;
33
sqlite> select 100/3.1;
32.258064516129
sqlite> select 100/1.5;
66.6666666666667
sqlite> select 100/1.25;
80.0



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to