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 -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

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