Posts
Sort by recent activity
Database schema documentation
The ISO-standard SQL specifies double dash, --, as a single line comment identifier. Example:
SELECT * FROM Inventory WHERE category = 2 -- Category 2 is electronics
Additionally, the database syst...