blog/_example/test/test.sql

10 lines
137 B
SQL

-- This is a comment we are going to ignore...
SELECT
username,
age,
email
FROM
users
WHERE
email = 'john.olheiser@gmail.com';