3 lines
79 B
Text
3 lines
79 B
Text
|
|
create or replace table t as
|
||
|
|
from read_csv_auto('readings.txt', header=false);
|