LeonYoah commented on issue #10371: URL: https://github.com/apache/seatunnel/issues/10371#issuecomment-3787584776
ALTER TABLE fdc_jiangxi.spot_transaction_intra_prov_day_ahead_clearing CHANGE COLUMN plan_run_date run_date datetime NOT NULL COMMENT '计划执行日期' FIRST; ,This "first" might not be interpretable. Could you simulate a non-first scenario, or try using the "rename" syntax? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
