SQL Reference Guide > SQL Reference Guide > Using External Tables (X100 Only) > Reading and Writing to an External Table
Was this helpful?
Reading and Writing to an External Table
After external tables are defined with the CREATE EXTERNAL TABLE syntax, they behave like regular X100 tables. You can issue queries like the following:
SELECT * FROM test_table_csv
INSERT INTO my_table_csv SELECT some_column FROM other_table
Last modified date: 04/03/2024