Dremio DDL Statements

Is there a methodology for creating multiline DDL statements?

E.G - The example below doesn’t seem to work because of the semi-colon.

ALTER TABLE TEST.A CREATE ACCELERATION;
ALTER TABLE TEST.A ENABLE RAW ACCELERATION;

Hey @jonrmayer, you should be able to issue these from ODBC/JDBC clients – does that work for your use case? We don’t currently support multi-line statements in our UI.