I'm posting this, and getting this error:
c.execute("""update resulttest set category=""" + key + ", value=""" + str(value))
OperationalError: (1054, "Unknown column 'composed' in 'field list'")
I am trying to update the columns category and field, composed is simply a value in category.
Why is this error coming up?