Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

SQL exclude query???

$
0
0
Hello,

I have data in a table and I need to exclude data if it meets a certain criteria. This need to produce a new table listing and be provided to a application. First, I need to:

SELECT * FROM ACTIVITY
WHERE
ACTIVITY_NM LIKE '%UNKNOWN'

And

Viewing all articles
Browse latest Browse all 13329