On 26 May 2014, at 3:06pm, sbmzhcn <sbmz...@gmail.com> 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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to