mysqlnovice
Programmer
I am writing a web application that uses a MYSQL database. I am comfortable with the straightforward SQL, but when I have to do anything out of the ordinary, I have to consult my book. I have purchased the MYSQL Bible. I have found the Bible series to be very good, but the MYSQL Bible seems to be an exception.
So I have three questions:
(1) What is the best MYSQL reference book for an SQL novice?
(2) When doing a SELECT, how do I reverse the ORDER BY (I am ordering by date, but I want the most recent dates first)?
(3) If I only want records with a date in the last 30 days, how do I say that in the WHERE clause?
Thank you very much for any assistance.
Mel
So I have three questions:
(1) What is the best MYSQL reference book for an SQL novice?
(2) When doing a SELECT, how do I reverse the ORDER BY (I am ordering by date, but I want the most recent dates first)?
(3) If I only want records with a date in the last 30 days, how do I say that in the WHERE clause?
Thank you very much for any assistance.
Mel