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 -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -