I have an example of writing output data to an ORALCE table,
the table structure is as follows
create table GZ_MIGRATE_HISTORICAL_30_TEST
(
snap_time DATE,
city VARCHAR2(20),
population_total NUMBER,
migrate_total NUMBER,
createon DATE default sysdate
)
The following table describes the YAML configuration:
I have an example of writing output data to an ORALCE table,
the table structure is as follows
create table GZ_MIGRATE_HISTORICAL_30_TEST ( snap_time DATE, city VARCHAR2(20), population_total NUMBER, migrate_total NUMBER, createon DATE default sysdate ) The following table describes the YAML configuration:
The error message is as follows:
Another way to write it
I also want to use the same mistake in another way, what is the syntax for writing the date type field of ORALCE?