Skip to content

My SQL Dialect

Tyler Brinks edited this page Apr 8, 2023 · 2 revisions

My SQL Dialect

Identifier Start

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).

Identifier Part

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

Delimited Identifier Start

My SQL supports a backtick delimited identifier start character

Clone this wiki locally