Answer the question
In order to leave comments, you need to log in
Displays one record when querying the database?
Essence:
Query to the database via SQL query to display data of all columns using PhpMyAdmin. Filtering when querying as `NameColumn` LIKE '%123%'. There are 5/6 records in the database, but only the first record is displayed.
The request itself:
SELECT * FROM `NameTable` WHERE `NAMECOLUMN` LIKE '%123%'
Answer the question
In order to leave comments, you need to log in
Judging by the text of the question, the answer to the question in the title will be: "Yes, displays one."
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question