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

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -

github - Git errors while pushing -

c++ - How can I delete a QSharedPointer -