Posts

Showing posts with the label int

ValueError: parameters are of unsupported type

Image
update ="UPDATE TT_WORK SET IS_YN = 'Y' WHERE SEQ_NO= ?" cur.execute(update,(best_no)) cur.commit() cur.close() cur.execute(update, ( best_no ) ) ->  cur.execute(update, [ best_no ] )