Viewing post 1 (of 2 total)
quote:One way to combine the two is this:DECLARE @Count intSELECT @Count = COUNT (*) FROM submission WHERE sup_contact_id = (SELECT s.sup_contact_id FROM...
quote:
DECLARE @Count int
SELECT @Count = COUNT (*) FROM submission WHERE sup_contact_id = (SELECT s.sup_contact_id FROM...
March 6, 2002 at 10:04 pm
#425035