simple-sql/simplesql_test/sqlq/get_user.sql

3 lines
78 B
MySQL
Raw Normal View History

2022-01-03 03:46:54 +00:00
-- Can use SQL comments here!
SELECT username FROM users WHERE id = :user_id;