Closed
Description
The following syntax is valid in SQLite:
create table 't' ('x', 'y');
select 't'.'x', 't'.'y' from 't';
initially reported in sqlpage/SQLPage#109
Metadata
Metadata
Assignees
Labels
No labels
The following syntax is valid in SQLite:
create table 't' ('x', 'y');
select 't'.'x', 't'.'y' from 't';
initially reported in sqlpage/SQLPage#109