Quote:
Originally Posted by thefear511
pardon my low knowledge  and how can i know which type some columns i have in a table? i tried schema they do give types but not float etc but rather int & tinyint real int etc.
|
Refer to
For integers it's pretty simple:
bigint = TYPE_INT64, integer = TYPE_INT32, smallint = TYPE_INT16 and tinyint = TYPE_INT8.