function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
"Select Name,Id from User where not Name like 'SA%' AND name like 'K%'"
Can the NOT LIKE not work with an AND. I get an error when i execute something like ....
Would appreciate any help.
Thanks,
Saania
Select Name,Id from User where (not Name like 'SA%') AND (name like 'K%')