RosettaCodeData/Task/Text-processing-2/DuckDB/text-processing-2-1.duckdb

3 lines
79 B
Text
Raw Permalink Normal View History

2025-08-11 18:05:26 -07:00
create or replace table t as
from read_csv_auto('readings.txt', header=false);