RosettaCodeData/Task/Here-document/DuckDB/here-document-2.duckdb

5 lines
81 B
Text
Raw Permalink Normal View History

2025-08-11 18:05:26 -07:00
set variable here=$$Here
and '"quotes"' and
there$$;
select getvariable('here');