Viewing 7 posts - 1 through 8 (of 8 total)
By no means did anything you say offend me. I apologize if that is how it was received.
I am glad you were able to get what you needed and I...
May 21, 2013 at 10:27 am
I understand that the insert would absolutely work as written. My concern was that it wouldn't go into the correct KitID. Sorry if my comments offended you...
May 21, 2013 at 10:03 am
A where clause is used to filter which records are returned from a query. An insert statement cannot have a where clause, it doesn't make sense. You are inserting the...
May 21, 2013 at 9:28 am
Once you post the ddl and such I am confident we can help you solve the issue you are facing. :-D[/quote]
Thanks. I appreciate that. Give me a bit. ...
May 21, 2013 at 9:08 am
Insert was actually the first thing I tried. This is my insert statement using the actual table and column names:
insert into Component (CmpnentID) values (8001090000) where KitID = '2560150001'
The...
May 21, 2013 at 9:06 am
Sorry for the confusion. I'm obviously not an expert.
The searching I've done for doing what I need suggests using an update statement to add information to an...
May 21, 2013 at 8:57 am
The result I want actually has one more line added to it. I need 7 unique records (for example) instead of the original 6.
May 21, 2013 at 8:50 am
Viewing 7 posts - 1 through 8 (of 8 total)