79400755

Date: 2025-01-30 17:44:29
Score: 0.5
Natty:
Report link
table.columns.add('id', sql.BigInt(), {nullable: false, primary: true, identity: true})

// your loop
newRow++
table.rows.add(newRow,...)

The unique solution that I found was adding a counter to my process, don't waste your time

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AndresSp