Forum Replies Created

Viewing 9 posts - 1 through 10 (of 10 total)

  • RE: Delete multiple rows

    ok cool cool.

    Thanks.

  • RE: Delete multiple rows

    I meant to say where a.UserAccount like 'abcdefgh'

  • RE: Delete multiple rows

    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 =...

  • RE: Delete multiple rows

    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...

  • RE: Delete multiple rows

    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...

  • RE: Delete multiple rows

    Hey thanks for the advice. I appreciate it man.

    🙂

    Billy

  • RE: Delete multiple rows

    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...

  • RE: Delete multiple rows

    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...

  • RE: Delete multiple rows

    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...

Viewing 9 posts - 1 through 10 (of 10 total)