add support for quoted identifiers
This commit is contained in:
parent
045f2be825
commit
4330b3d7e0
12 changed files with 118 additions and 82 deletions
tools/Language/SQL/SimpleSQL
|
@ -118,7 +118,7 @@ queries section
|
|||
|
||||
> ,"SELECT a AS value, b + c AS sum FROM t"
|
||||
|
||||
> --,"SELECT a \"value\", b + c AS sum FROM t" -- quoted identifier
|
||||
> ,"SELECT a \"value\", b + c AS sum FROM t"
|
||||
|
||||
> ,"SELECT DISTINCT select_list t"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue