Viewing 9 posts - 1 through 10 (of 10 total)
I meant to say where a.UserAccount like 'abcdefgh'
August 6, 2010 at 11:46 am
Haven't done anything cause the dba's doing some maintenance so I have to wait a little.
Would this only delete from table1?
delete from table1 a
inner join table2 b on a.id =...
August 6, 2010 at 11:45 am
it's appreciated. It's actually pretty intricate for a survey - there are 13 tables because there are surveys within the survey depending on the questions and places to upload...
August 5, 2010 at 5:16 pm
You mean throwing out all the answers and everything? They've finally decided we have enough data to make reports. Sales wants reports tomorrow.
I mean, I need everything in...
August 5, 2010 at 4:11 pm
Hey thanks for the advice. I appreciate it man.
🙂
Billy
August 5, 2010 at 1:45 pm
Oh really? OK, so I can't just go "Delete * from Survey_Response joined with all the tables I know the bad responses are in."
And should I not try deleting...
August 5, 2010 at 1:32 pm
Thanks man, it's cool, I really just wanted to make sure there was no cascade or that I was missing a chance to use something cool and flashy HAHAHAHA!
But to...
August 5, 2010 at 1:15 pm
HMmm, I suppose, with a lot of joins... but the thing that worries me is I might not get everything that is associated. Do you think it would be...
August 5, 2010 at 11:07 am
Viewing 9 posts - 1 through 10 (of 10 total)