zhelpmepleasez
Technical User
Please help
Trying to update a column in one table based on the contents column in another table
query is :
UPDATE "transaction" SET "RemainingBalance" = 0 WHERE ("transaction"."thebatch"= (SELECT "batches"."batch" FROM "batches"))
error is:
Invalid row-count in subquery.
Trying to update a column in one table based on the contents column in another table
query is :
UPDATE "transaction" SET "RemainingBalance" = 0 WHERE ("transaction"."thebatch"= (SELECT "batches"."batch" FROM "batches"))
error is:
Invalid row-count in subquery.