sql server - SQL select from table where quantity is not negative -


how do select * salesorder quantity positive number? (i want exclude orders negative order quantities...)

how about

select * salesorder quantity >= 0 

Comments

Popular posts from this blog

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

Unity3d perpendicular vector3 -

github - Git errors while pushing -