Dave is right, however, you can use reserved words in your SQL statements by doing something like this: SELECT [date] From Table (I should probably note that this works in MSSQL and not in MySQL) And your order by is missing: Order By Date ASC or Order By Date DESC. ASC = ascending (smallest to largest) DESC = descending (largest to smallest)
"The one language all programmers understand is profanity."
|