Forum Discussion

JustinL22's avatar
JustinL22
Contributor
2 years ago

Executing a sql query without checking the results

Hi,

 

I was wondering if anyone knows how I may be able to run a SQL script against the database within a test to update a database record without needing to check any result? Currently have used the DB checkpoint to verify results that are returned but I don't need to verify the results as it's just updating a record. When I try doing this using the DB checkpoint it won't work as the query says no results returned.