if i do it this way :
Lock table tab1 for access
insert into tab2
sel * from tab1
This works. How is this different from the row level access that we generally apply
↧