September 8, 2009 at 8:57 am
Some of our procs use != within where clauses. Can someone explain the difference?
example:
SELECT @count = COUNT(*)
FROM dbase_name..table_name
WHERE type_cd != 'D'
AND NOT (rec_id = '00001' AND type_cd = 'A')
September 8, 2009 at 9:00 am
September 8, 2009 at 9:00 am
September 8, 2009 at 9:03 am
that's simple enough! thanks.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply