Answer the question
In order to leave comments, you need to log in
How to make a SQL query?
In the table, some users have a Number field consisting of 4 digits or more, how to execute a query so that to display users who have 4 digits in the Number field?
Answer the question
In order to leave comments, you need to log in
select * from users where CHAR_LENGTH(Number) = 4;
wonders of google)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question