3 lines
78 B
SQL
3 lines
78 B
SQL
-- Can use SQL comments here!
|
|
SELECT username FROM users WHERE id = :user_id;
|
-- Can use SQL comments here!
|
|
SELECT username FROM users WHERE id = :user_id;
|