Skip to content

Commit

Permalink
Fix wording re quoted identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
vogelsgesang authored Apr 24, 2023
1 parent 4920bd3 commit a5fe934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/sql/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ between the quotes.
Unquoted identifiers are always folded to lower case. For example, the identifiers
`MyCustomers`, `myCustomers` and `"mycustomers"` all represent the lower-case
name "mycustomers".
In contrast, quoted not lower-cased and are case sensitive.
In contrast, quoted identifiers are not lower-cased and use the exact casing
as given in the SQL query.

A couple of examples on the case sensitivity of identifiers:

Expand Down

0 comments on commit a5fe934

Please sign in to comment.