Skip to main content
Question

Can we have multiple columns in JDBC Query Concumer Offset Column ?

  • February 14, 2025
  • 0 replies
  • 10 views

hamilton_ferrari
Fan

While i am working with a table that had no Primary Key and the total number of records were also huge, so i thought of a basic SQL concept that “ To Uniquely Identify a row some times we use Multiple columns “.
To use the same in incremental mode in JDBC Query Consumer, I thought of using multiple columns as offset, but i have gone nowhere.

Can anybody have any thoughts on this.

Thank you.

Reply