The error "Operand type clash: text is incompatible with datetime2" sounds like the date columns in Oracle are being interpreted as text, so you might have to use an expression to cast that as a datetime2 column and then append that.
Viewing post 1 (of 2 total)
You must be logged in to reply to this topic. Login to reply