2 lines
64 B
Text
2 lines
64 B
Text
|
|
select format('{} {}', 'Hello', s) FROM (select 'world!' as s);
|