T
TBone
Access comes with a sample database called - Northwinds.
I am taking a database class and one of my homework
problems is to write an SQL statement for this
problem "How many different countries do we ship to?" We
are to write these queries free style SQL and not using
the Access SQL Query tool.
I thought the query should be but I get an error message.
SELECT COUNT (DISTINCT Country)
FROM Customers;
The error is "syntax error (missing operator) in query
expression ..."
I am taking a database class and one of my homework
problems is to write an SQL statement for this
problem "How many different countries do we ship to?" We
are to write these queries free style SQL and not using
the Access SQL Query tool.
I thought the query should be but I get an error message.
SELECT COUNT (DISTINCT Country)
FROM Customers;
The error is "syntax error (missing operator) in query
expression ..."