-
Notifications
You must be signed in to change notification settings - Fork 716
Closed
Description
Hi, my problem is when i insert data, change the value type number in column type text like Number .0,
Example:
Table: example
Columns: name (TEXT), telephone (TEXT)
Data for insert: 'Name', '012012012';
Data return from select: 'Name', '012012012.0'
What is the problem? in all data type real add .0 before insert in column (TEXT).
thank's.