Comparison of different SQL implementations: This is a phenomenal page listing how the different database server platforms handle standard SQL tasks, for instance row limited, ORDER BY, NATURAL JOINS, etc. Extremely well-researched.
The following tables compare how different DBMS products handle various SQL (and related) features. If possible, the tables also state how the implementations should do things, according to the SQL standard.
Just reading this will teach you something you didn’t know about your preferred platform.
Comparison of relational database management systems: I found this Wikipedia page at the bottom of the SQL comparison I linked to yesterday. It's a comparison of major database platforms and their support of various features. It doesn't get into the SQL like the other page, but there are…