Viewing 15 posts - 16 through 30 (of 79 total)
Thank you all.
I'm going to have to create an ancillary table with 7 notification (child) records for each Customer record.
Can anyone help me with a query that can insert these...
April 9, 2014 at 2:18 pm
Thank you all... now I'm convinced! I'm going to use an ancillary table.
Thanks again,
Matt
April 7, 2014 at 1:04 am
I've thought about it some more, and to create an ancillary table seems like much more work. If I have 12 different newsletters then each time a Customer record...
April 6, 2014 at 9:13 pm
Thanks Alan! You rock.
November 6, 2013 at 12:11 am
Thanks guys! Especially Dwain - funny as well!
September 23, 2013 at 7:25 pm
I respect your wish to have structured forum dialog, but it appears that, for this relatively simple question, helpful suggestions are possible without INSERT INTO and CREATE TABLE samples.
September 23, 2013 at 4:07 pm
Thank you very much Scott! - Matt
November 25, 2012 at 5:30 pm
Thank you very much Dwain! You are certainly the MAN with respect to SQL. I will consider all your helpful advice.
Matt
November 19, 2012 at 1:59 pm
Thank you very much for your help Dwain. Yes, I do need stuff out of those other JOINS. I'll have to consider things..
November 15, 2012 at 9:56 pm
Wow, that OUTPUT keyword is new to me. Thanks.
Followup question though, if you don't mind. My SELECT statement is pretty complex (used for paging through results in web page)....
November 15, 2012 at 9:13 pm
Thank you Dwain!
November 1, 2012 at 2:16 am
Ok thank you all, I will digest this! I appreciate it.
October 29, 2012 at 5:32 pm
I think this might work:
INNER JOIN ZipCodes Z ON (D.MainZip = Z.Zip OR D.AlternateZip = Z.Zip)
October 29, 2012 at 4:40 pm
Viewing 15 posts - 16 through 30 (of 79 total)