Make format constexpr

This commit is contained in:
Alexey Milovidov 2023-12-29 21:08:45 +01:00
parent a7d773c7c1
commit b03aabd3a0
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
1

View File

@ -0,0 +1 @@
SELECT isConstant(format('{}, world', 'Hello'));