Subject | How can you change the transaction level to READ_ONLY in SQL |
---|---|
Author | dsaunders1971 |
Post date | 2011-10-28T15:38:49Z |
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
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