I was able to insert and retrieve integer, text datatype in my sqlite3 database. Can you please guide me how to do the same for a float datatype for my iPhone app.
I have values being cut off and would like to display the full values. Sqlite3 -column -header locations.dbs " select n.namelist, f.state, t.state from names n left join locations l on l.id = n.id ...