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