Hi!
I've a problem in delete statement. The script is below ---
SQL> delete from ( select * from ggg);
16 rows deleted.
It is working. but, when i try to run this delete statement with sample keyword - it is giving me error. Is there anyway to use this samplekeyword with delete statement?
SQL> delete from ( select * from ggg sample(75)); --showing error
Regards.
Satyaki De.