anuraag205
Yak Posting Veteran
58 Posts |
Posted - 2013-06-01 : 08:00:29
|
Can any one please help me on INSERTam trying to insert but pops out with error.here is the query.If already have similar issues solved please provide the link.am only a select user till yesterday..so never thought of gng to learn about insert stuff.=======================================================INSERT INTO pk_SupplierLocationID,fk_SupplierID,fk_CountryID,fk_LocationID,IsAirport,IsMeetnGreet, IsDeskInTermainl,Description,IsShutOnHolidays,Address1,Address2,Address3,City,State, PostCode,ContactEmailID,ContactPhone,PublicNote,PrivateNote,WorkingHoursSummary, IsShowOnWebSite,IsActive,IsDeleted,CreateUserID,CreateDateTime,UpdateUserID,UpdatedDateTime from dbo.tblSupplierLocation where fk_SupplierID in (423) SELECT pk_SupplierLocationID, fk_SupplierID, fk_CountryID, fk_LocationID,IsAirport, IsMeetnGreet, IsDeskInTermainl, Description, IsShutOnHolidays, Address1, Address2, Address3, City, State, PostCode, ContactEmailID, ContactPhone, PublicNote, PrivateNote, WorkingHoursSummary, IsShowOnWebSite,IsActive, IsDeleted, CreateUserID, CreateDateTime, UpdateUserID, UpdatedDateTime from dbo.tblSupplierLocation where fk_SupplierID in (414)=========================================================================Thanks in advanceThanks |
|