This website requires JavaScript.
Explore
Help
Sign In
Minecraft
/
mcm-discord
Watch
6
Star
0
Fork
You've already forked mcm-discord
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4cc19a80ac
mcm-discord
/
database
/
queries
/
applications_by_username.sql
3 lines
82 B
MySQL
Raw
Normal View
History
Unescape
Escape
Initial commit Signed-off-by: jolheiser <john.olheiser@gmail.com>
2022-01-05 05:45:23 +00:00
SELECT
*
FROM
minecraft_manager_application
Start working on mux Signed-off-by: jolheiser <john.olheiser@gmail.com>
2022-01-06 05:23:19 +00:00
WHERE
LOWER
(
username
)
LIKE
?
LIMIT
10
;