I need to delete certain data from my table,
but I write the following:
delete from myTable where myField = value;
commit;
and I get error:
E_US0DAE DELETE on Table myTable: no GRANT or GRANT compatible permit exists.
Does anyone know why that error comes out?
I hope you can help me.