Dear developers,

I've found that following log string when using sub-query.

"automatic index on sqlite_sq_9F222470(STAT_DATA_ID)"

"sqlite_sq_#####" looks like a temporary table name of sub-query result.
And "STAT_DATA_ID" is a alias name of some column in table.

I don't know whether this issue is normal or not.
But, in my opinion, "sqlite_sq_#####" is not easy to recognize.

Regards,
Yongil Jang.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to