Viewing 11 posts - 1 through 11 (of 11 total)
insert into flatlist(Name,Department_Text,StartDate,Active,EndDate,Title,Manager,Phone,Zip4,Zip5,ZipC,State,City,Address,DOB,Gender) SELECT Person.Name, Department.Department_Text, Internal.StartDate, Internal.Active,Internal.EndDate, Internal.Title, Internal.Manager, Personal.Phone, Personal.Zip4, Personal.Zip5, Personal.ZipC, Personal.State, Personal.City, Personal.Address, Personal.DOB, Personal.Gender FROM Department INNER...
November 30, 2012 at 12:00 am
Thanks for the reply. Looks good!
November 22, 2011 at 7:49 pm
Thanks. I have to be more careful of that stuff.
April 28, 2011 at 4:47 pm
I'm reading it right now. It is a bit over my head though. I'm not quite that advanced yet. I see you can use ORDER BY but I don't really...
April 8, 2011 at 8:19 pm
SELECT no SELCT. Lolll!!!!!!
April 7, 2011 at 2:09 pm
Thank you. I love forums because I always get great responses like this one.
April 7, 2011 at 1:25 pm
I have insert statement I will attach below. Sometimes funny characters come in and cause my insert to fail. I want to know what those characters are so I can...
April 6, 2011 at 11:53 pm
Really great replies. I need to digest all of this material.
March 18, 2011 at 12:46 pm
I read the documentation and it's very clear. Thank you very kindly for this wonderful post.
March 16, 2011 at 1:09 am
At first glance I can understand generally everything except 'IDENTITY(INT 1, 1)'. What is that doing exactly?
March 16, 2011 at 12:40 am
Viewing 11 posts - 1 through 11 (of 11 total)