A
A
Alexis_D2019-05-06 08:43:07
PHP
Alexis_D, 2019-05-06 08:43:07

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%'

Causes and solutions to the problem, thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Elmo Sputterspark, 2019-05-06
@Sputterspark

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 question

Ask a Question

731 491 924 answers to any question