RosettaCodeData/Task/Hello-world-Text/DuckDB/hello-world-text.duckdb

6 lines
75 B
Text
Raw Permalink Normal View History

2025-08-11 18:05:26 -07:00
# Turn off tabular output:
.mode list
.headers off
select 'Hello world!';