I want to write a preCondition with an sqlCheck and the SQL looks like SELECT EXISTS (subquery)
This returns a boolean from the database, but I can’t figure out what expectedResult=“???” should be. I’ve tried “1” or “0”, “t” or “f”, “true” or “false” against a PostgreSQL instance but that didn’t help. So, is it possible to do something like this?