blog/_example/test.sql

10 lines
137 B
MySQL
Raw Normal View History

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