ValueError: parameters are of unsupported type







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])

Popular posts from this blog

youtube download

com.gpki.secureweb.GPKISecureWEBException: ErrCode=1507,ErrMsg=[GPKI_CMS_ProcessEnvelopedData] 해당 인증서로는 데이터를 풀 수 없습니다.

rexpert 공식필드(javascript) 점검일 주기 계산