-
Notifications
You must be signed in to change notification settings - Fork 38
My SQL Dialect
Tyler Brinks edited this page Apr 8, 2023
·
2 revisions
My SQL identifiers start with ASCII alpha value, underscore, dollar sign, at character, or any character with a character code greater than 0x0080 and less than 0xFFFF (EoF).
My SQL identifiers start with an ASCII alphanumeric value, underscore, dollar sign, at character, or any character with a character code greater than 0x0080 and less
My SQL supports a backtick delimited identifier start character