SQL Reference
LEFT_GRAPHEME
left_grapheme(string, count)
Section titled “left_grapheme(string, count)”- string: VARCHAR
- count: BIGINT
Example
Section titled “Example”SELECT left_grapheme('🤦🏼♂️🤦🏽♀️', 1);SQL Reference
SELECT left_grapheme('🤦🏼♂️🤦🏽♀️', 1);