How do I write 2 distinct select queries in one sql statement, and then also divide the results of one by the other?
The first query will give me a subset of all the records in the table...the second query will give me a second (larger subset)...and then I want to use those two results to come up with a percentage.
Any thoughts?
The first query will give me a subset of all the records in the table...the second query will give me a second (larger subset)...and then I want to use those two results to come up with a percentage.
Any thoughts?
Comment