You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to contribute code to FnckSQL and find requirements, you can refer to the following list
The corresponding test files are attached under the requirements description. The specific location is in the test directory.
e.g. E011_02 => tests/slt/sql_2016/E011_02.slt
Tips: When you complete the requirement and submit the PR, please do not forget to delete the comment corresponding to the Case.
Feature Request
If you want to contribute code to FnckSQL and find requirements, you can refer to the following list
The corresponding test files are attached under the requirements description. The specific location is in the test directory.
e.g.
E011_02
=>tests/slt/sql_2016/E011_02.slt
Tips: When you complete the requirement and submit the PR, please do not forget to delete the comment corresponding to the Case.
DataType::Char
and addLEN
toDescribe
#174SUBSTRING()
#134TRIM()
#211POSITION()
#159Select
from 'table' as 'alias' ('column_1', 'column_2')
#131from 'table' as 'alias' ('column_1', 'column_2')
#131from 'table' as 'alias' ('column_1', 'column_2')
#131BETWEEN
onWhere
BETWEEN
onWhere
#133ESCAPE
onLIKE
ESCAPE
onLIKE
#135ALL/ANY/SOME
onWHERE
EXISTS
onWHERE
WHERE
Subquery
onWhere
#136WHERE
withIN/Not IN
Subquery
onWHERE
withIN/Not IN
#147UNION\UNION DISTINCT
Union
#139UNION ALL
Union
#139EXCEPT DISTINCT
SELECT INTO
Select Into
#141CONSTRAINT
namecurrent_date
& add Type:LogicalType::Time
#181current_date
& add Type:LogicalType::Time
#181LogicalType::Time
#182VIEW
&CREATE VIEW
&DROP VIEW
EXCEPT
withVIEW
WHERE
,GROUP BY
, andHAVING
clauses supported in queries with grouped viewsUsing
onJoin
Explicit defaults
&Using
onJoin
& the inner table in a left or right outer join can also be used in an inner join #146Explicit defaults
&Using
onJoin
& the inner table in a left or right outer join can also be used in an inner join #146CASE
if()
/ifnull()
/nullif()
/coalesce()
/case ... when ...
#143if()
/ifnull()
/nullif()
/coalesce()
/case ... when ...
#143if()
/ifnull()
/nullif()
/coalesce()
/case ... when ...
#143if()
/ifnull()
/nullif()
/coalesce()
/case ... when ...
#143F261_01.slt
/F261_02.slt
/F261_03.slt
/F261_04.slt
/F471.slt
and addcrdb/sqlite.slt
#144The text was updated successfully, but these errors were encountered: