|
||
Title: it keeps coming up missing expression in line 1 Post by Pete Finnigan on Oct 28th, 2006, 12:50am Here is the question: Provide a SQL statement that displays each SHIPSTATE along with the number of orders shipped to each state. Include only those states that more than 3 orders were shipped to. here is my answer: SELECT <shipstate>, <order_to_state> FROM <tablename> GROUP BY <state> HAVING COUNT(<order_to_state>)>3 ??? |
||
Powered by YaBB 1 Gold - SP 1.4! Forum software copyright © 2000-2004 Yet another Bulletin Board |