Hi,
I'm importing a table from SQL using logstash and one of the fields in table has a 'datetime2' field which gives an error as below
Exception when executing JDBC query {:exception=>#<Sequel::DatabaseError: Java::ComMicrosoftSqlserverJdbc::SQLServerException: Operand type clash: datetime2 is incompatible with int>, :level=>:warn}
can someone tell me as how this error can be fixed.
Thanks