char2hexint
Returns the hexadecimal representation of the UTF-16BE encoding of the string.
Supported Signatures
index
Alias for strpos() function.
Examples:
examples.sql
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SDF is now a part of dbt Labs. Get live CTA previews, inline errors, and mesh support natively in the dbt platform. Learn more ยท Migrate to Fusion
char2hexintfunction char2hexint(varchar) returns varchar
indexSELECT INDEX('abcdefg', 'c') -- value '3'
function index(varchar, varchar) returns bigint
to_charfunction to_char(timestamp(p), varchar) returns varchar
to_datefunction to_date(varchar, varchar) returns date
to_timestampfunction to_timestamp(varchar, varchar) returns timestamp