JongheonPark
Employee
Employee
Member since 2 weeks ago

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I don't know why the `executemany()` calls of Python hdbcli library returns -2 rather than 0. cursor.execute("CREATE TABLE PERSON ( ID INTEGER, NAME NVARCHAR(50), AGE INTEGER, CITY NVARCHAR(50), PRIMARY KEY (ID, NAME) )") print("INSERT ===...