3 lines
112 B
SQL
3 lines
112 B
SQL
set what_does_it_do = 'wo' || 'rks';
|
|
select 'text' as component, 'It ' || $what_does_it_do || ' !' as contents;
|