Subject How can you change the transaction level to READ_ONLY in SQL
Author dsaunders1971
Hello,

I have tried this sort of syntax but just get a dynamic sql error


SET TRANSACTION READ ONLY;
select * from "Booking"

What's the full and proper format for this?

Thanks in advance