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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -