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