hello, i looked around but didn't find clues how do i create a query with an IN ( ?, ? , ………) , @[element x, element x+1………, element x + n]
db.exec(sql"update table set <col> = ? where <col2> IN (?,)", el, @[]) i will work on a table with 200 000 lines, if i have to update them one by one i gonna lose hours ………… thank you for your time. by the way, i started nim few days ago. so far so good. thx to the devs
