as a workaround you could try: 
    
    
    discard insertID(db, sql"INSERT INTO myTable (age) VALUES (?)",55)
    discard insertID(db, sql"INSERT INTO myTable (name) VALUES (?)", "John")
    
    
    Run

NULL is an important column-condition and denotes: "no value present"

Reply via email to