I have this Oracle SQL query which I use to make checks for number:
SELECT * from MANAGEDSYSTEMGROUPS where MSYSTEMGROUPID = ?
I want to select all values different than the value 12. How I must edit the query?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you trying to return values that are not set at all?
Will only return values that have MSYSTEMGROUPID set to a value.
If you want Both values not equal to 12 and values that are not set at all, use this: