Live Webinar: Prompt Engineering: Skill Everyone Must Learn Today
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
SQL Server Transact Basic to Expert - Select Query With Invalid Where condition
WhatsApp
Karthikeyan Anbarasan
14y
2.7
k
0
0
25
Blog
This blog shows on how to use a Where clause with select clause for negative select condition scenarios using NOT operator
Syntax:
Select column_list
from table
where not column1=""
Example:
Select empname
from emptable
where not empsal = '3000'
SQL Server Transact Basic to Expert - Select Query With Invalid Where condition
People also reading
Membership not found