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
Post a Comment