There might be other ways but, I find this one the easiest
where user_type COLLATE utf8mb4_0900_as_cs = 'p'
The above query will bring up all the users with user_type 'p' in lowercase.
There might be other ways but, I find this one the easiest
where user_type COLLATE utf8mb4_0900_as_cs = 'p'
The above query will bring up all the users with user_type 'p' in lowercase.
If you find my content helpful and want to see more quality articles, tools, and resources, consider supporting my work through GitHub Sponsors. Your support helps me dedicate more time to creating free, open-source content.
Become a sponsor