Online Home of Yash Kapoor
Online Home
How to create buttons in HTML
Home
Slider
Carousel Example
Previous
Next
LinkList
Home
_bing
__bing
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