sql - Trying to show datediff for specific category -


how show or unshow datediff specific category? have

datediff(day, displaybegindate, getdate()) <= 60 

and shows items categories.

what should add if want show categories except categoryid 353?

thanks.

select * table datediff(day, displaybegindate, getdate()) <= 60 , categoryid<> 353 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

php - Cannot override Laravel Spark authentication with own implementation -