The following syntax is valid in SQLite: ```sql create table 't' ('x', 'y'); select 't'.'x', 't'.'y' from 't'; ``` initially reported in https://github.com/lovasoa/SQLpage/discussions/109
The following syntax is valid in SQLite:
initially reported in sqlpage/SQLPage#109