v.23.1New Feature
Support for SQL Standard Binary and Hex String Literals
Why it matters
This feature enables users to write binary and hex string literals using the SQL standard syntax, improving compatibility and expressiveness when dealing with binary data in queries.How to use it
Users can now write binary literals using theB'...' syntax and hexadecimal string literals using the X'...' syntax directly in SQL queries.