Hi,
I need to be able to delete all the data from 10 different tables and then import a cvs file to update data. Using "truncate" i get error
Cannot truncate table 'tblname' because it is being referenced by a FOREIGN KEY constraint
how do i go around this? Thanks!