Hi All,
I have to read table name in a file whose data is getting updated or deleted.
for ex:
1:Query: update tab1 set col1 = 1
From this file, i need Tab1
2:Update a
set a.col2 = 1
from tab2
inner join
tab3
from this, i need tab2.
is there any way to get the table name from this file whose data is getting updated?
similar case in delete.