Log Parser SQL query syntax (high-level)

The following is a high-level look at Log Parser's (version 2.2) SQL syntax. This does assume that you understand the specifics of each part, but for those that do not, this will be covered in a future tutorial. (This is more for my use.)  Bolded elements are required for any valid query, whereas the other elements are optional.

SELECT
USING
INTO
FROM
WHERE
GROUP BY
HAVING
ORDER BY

Again, details about the specific parts, with real-world examples, will be covered in a future tutorial.