|
brendalisalowe
Constraint Violating Yak Guru
269 Posts |
Posted - 2004-06-25 : 16:12:35
|
| I have this, but it is not working:INSERT INTO tblTextFile (textfile)SELECT COALESCE('þ',CaseNumber,'þ','1','þ','0','þ',LastName,'þ',FirstName,'þ',MailAddress,'þ',MailCity,'þ',MailState,'þ',MailZipCode,'þ','þ','þ','þ','þ','þ','þ','þ','þ','þ','þ','þ','þ','þ','þ','þ','þ',PropAddress,'þ',PropCity,'þ',PropState,'þ',PropZipCode,'þ','þ',CONVERT(varchar,MortAmount),'þ',CONVERT(varchar,PaidUpFront),'þ',HoldingMor,'þ',ServingMor,'þ',EndorseMonth+'/'+EndorseDay+'/'+EndorseYear,'þ',Term,'þ',MaturityMonth+'/'+MaturityDay+'/'+MaturityYear,'þ',EncumMonth+'/'+EncumDay+'/'+EncumYear,'þ',CONVERT(varchar,RefundAmount),'þ','11','þ','þ','þ','þ','þ')FROM tblAbove1500I want all of the data to be put into one column in another table. Any help?Brenda |
|