When I try to use the ALTER TABLE statement, hxtt driver throws the following exception:
Caused by: java.sql.SQLFeatureNotSupportedException: HXTT Text (CSV) doesn't support ALTER TABLE statement now. If you need that function, please let us know.
The statement that I'm trying to execute is:
ALTER TABLE {h-schema}T_ALERT_AL.CSV MODIFY AL_EXPIRATIONDATE DATE('yyyy-MM-dd HH:mm:ss') NOT NULL;
|
Sorry for forgotten to reply your question. But that feature has been supported in March 19th.
|