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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -