[thelist] [SQL] SELECT Question

Brian Cummiskey Brian at hondaswap.com
Fri May 27 10:41:13 CDT 2005


Joshua Olson wrote:

> SELECT Sales, Quote, Sales/Quota SD 'Percent to Quota'

you mean,

SELECT Sales, Quote, Sales/Quota AS 'Percent to Quota'

right?

otherwise, what is SD?



More information about the thelist mailing list