Change the record color for a SELECT statement in SQL Server -



Change the record color for a SELECT statement in SQL Server -

i have developed sql script manage inventory, orders , sales (invoices). have decided utilize individual select statement notify me when stock getting low.

i utilize

select * items quantityonhand < 2

but when displayed other select statements gets little hard distinguish if there record in there. there anyway can have results of select display reddish color?

it awesome if :)

thanks in advance, bryan

sql-server

Comments

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -