D
D
dfymrf32021-07-15 11:21:08
SQL
dfymrf3, 2021-07-15 11:21:08

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

1 answer(s)
S
Stalker_RED, 2021-07-15
@dfymrf3

SELECT * FROM `tbl` WHERE `Фамилия`='Иванов' AND `Имя`='Игорь' AND `Отчество`='Петрович'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question