sql-referencesql-functionsfunctionsIS_UTF8Version: 0.0.1On this pageIS_UTF8Categories: StringIS_UTF8Returns whether an expression is valid UTF-8SyntaxIS_UTF8(in any) → booleanin: an expressionExamples{{< codeheader "IS_UTF8 example" >}}select is_utf8('hello')-- True