Monday, June 11, 2007

SQL statement

Here is the SQL statement for Lesson 5.

SELECT *
FROM [COSTS]
WHERE [COST>10]
ORDER BY [PROJECT]

No comments: