Online Home of Yash Kapoor
Online Home
Home
How to create buttons in HTML
Slider
Carousel Example
Previous
Next
Thursday, July 28, 2022
SQL server (not equal to equal to) conditional operator
equal to condition
SELECT *
FROM table_name
WHERE mod(column_name,2) = 0;
------------------------------
Not equal to condition
SELECT *
FROM table_name
WHERE mod(column_name,2) <> 0;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment