Describe the bug
CROSS JOIN doesn't seem to be supported, triggering a syntax error for not recognising the operator
Database Engine
SQLite
To Reproduce
Write any simple SQLite query including CROSS JOIN
e.g SELECT column_name(s) FROM table1 CROSS JOIN table2;
Expected behavior
This command will return a result set that includes every combination of rows from both tables involved in the join
Screenshots
N/A
Additional context
N/A