```AttributeError: 'jdbc' object has no attribute 'rowcount'``` When use execute in jdbc query, I got upper error. The query was ```upsert``` query. Can u fix it?
AttributeError: 'jdbc' object has no attribute 'rowcount'When use execute in jdbc query, I got upper error.
The query was
upsertquery.Can u fix it?