Hallo everyone,
I tried to understand what this command direct after the SELECT Statement means:
I tried to google, unfortunately, I could not understand what it means:S.
Moreover, I tried to run a very easy code:
It worked.
Can someone please help me, what it means? Thank you
Regards,
Ratna
I tried to understand what this command direct after the SELECT Statement means:
Code:
with ur for fetch only
Moreover, I tried to run a very easy code:
Code:
select * from mySchema.myTable where id = '1' with ur for fetch only
Can someone please help me, what it means? Thank you
Regards,
Ratna