Jun 29, 2005 #1 PeteAmsterdam Programmer Joined Jun 3, 2005 Messages 76 Location US Do you know how to write a delete statement to delete by a composite key/ I can do it by one, but 3 doesn't seem to work
Do you know how to write a delete statement to delete by a composite key/ I can do it by one, but 3 doesn't seem to work
Jun 29, 2005 #2 hmckillop Programmer Joined Oct 30, 2001 Messages 1,540 Location GB ??? DELETE MyTable WHERE field1inCompKey = 'xyz' and field2incompkey = 'abc' and field3incompkey = 'def' do you mean something other than that? "I'm living so far beyond my income that we may almost be said to be living apart Upvote 0 Downvote
??? DELETE MyTable WHERE field1inCompKey = 'xyz' and field2incompkey = 'abc' and field3incompkey = 'def' do you mean something other than that? "I'm living so far beyond my income that we may almost be said to be living apart