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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -