We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b804584 commit e54ffe8Copy full SHA for e54ffe8
src/content/docs/snowflake/sql-functions.md
@@ -407,7 +407,7 @@ The content will be updated as additional query features and functions are imple
407
|LEAD|✅|
408
|LEAST|✅|
409
|LEAST_IGNORE_NULLS|✅|
410
-|LEFT|❌|
+|LEFT|✅|
411
|LENGTH, LEN|✅|
412
|[ NOT ] LIKE|✅|
413
|LIKE ALL|❌|
@@ -494,8 +494,8 @@ The content will be updated as additional query features and functions are imple
494
|REDUCE|❌|
495
|[ NOT ] REGEXP|❌|
496
|REGEXP_COUNT|❌|
497
-|REGEXP_INSTR|❌|
498
-|REGEXP_LIKE|❌|
+|REGEXP_INSTR|✅|
+|REGEXP_LIKE|✅|
499
|REGEXP_REPLACE|✅|
500
|REGEXP_SUBSTR|✅|
501
|REGEXP_SUBSTR_ALL|❌|
0 commit comments