Title / Description
Code SELECT allias_name.field_name FROM table_name allias_name INNER JOIN other_table_name other_allias_name ON other_allias_name.field_name2 = allias_name.field_name WHERE allias_name.field_name <> 2 ; --Line comment: allias_name and other_allias_name should be in different color than table names /* This is a multiline comment which does not say anything. */
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code