On 27 Jul 2016, at 11:09am, Jin ZhiQiao (Joe) <[email protected]> wrote:

> My table schema and data is like this. Table name is "a".
> 
> ID    TEXT   DOUBLE
> 
> 1      AA      1
> 2      BB      1.2
> 3      CC      2

Please show us the result of

SELECT sql FROM sqlite_master WHERE name='a'

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to