I have a table containing IP Address,timestamp and browser columns.I need to find the percentage usage of a browser within past 1 week. How do I do it in a single query using nesting? No,it is not a homework question. I just can’t seem to figure it out.
I have a table containing IP Address,timestamp and browser columns.I need to find the
Share
Using two inline views. One for the counts and one for the total.