sandyustc
sandyustc
> What is the id field type for table1 ? is number(18,0) ? @hawk9821 thanks The ID field of the table is of type number(0,0)
> Problems with oracle data type conversion , A conversion logic error caused the oracle number type to be converted to Decimal(38,18). The expectation should be Long @hawk9821 thanks Oracle...
> you can implement the UDF to generate uuid, please refer https://seatunnel.apache.org/docs/2.3.4/transform-v2/sql-u @liunaijie thanks I have already done that, in fact, I have another idea, is to use plugins in...
The JdbcCommon plugin was written by myself.