how to truncate for selected tables [message #557019] |
Fri, 08 June 2012 03:58  |
 |
vickyminugmailcom
Messages: 54 Registered: October 2011 Location: banglore
|
Member |
|
|
hi,
could someone help me in this scenario,i have many user tables in my database and i want to truncate
selected tables and how i can overcome this scenario.
i can truncate using truncate table <table_name> but they are 250 tables to truncate,
so,i can't write truncate command for every table.
if i want to truncate first i have to truncate parent table or child table and how i can find parent table and child table
for given tables to truncatein my database
Thanks in advance
VVR
|
|
|
|
|
|
|
|
|