On 26 May 2014, at 3:06pm, sbmzhcn <[email protected]> wrote:
> Seems no solution?
>
> if use sqlite 3, PRAGMA short_column_name=ON run correctly
Please note that this PRAGMA is deprecated and you should not be creating new
code that depends on it. If you want a column to have a specific name then
declare the name in your SELECT command:
SELECT myCol AS setColName FROM myTable
Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users