Answer the question
In order to leave comments, you need to log in
How to formulate a request correctly?
The users table contains the fields Last name, First name, Middle name, Age, Phone number.
how can I correctly make a SQL query that will search in the table for Ivanov Igor Petrovich and return all the fields of this record.
Answer the question
In order to leave comments, you need to log in
SELECT * FROM `tbl` WHERE `Фамилия`='Иванов' AND `Имя`='Игорь' AND `Отчество`='Петрович'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question