K
K
Kama Python2020-02-17 20:54:09
Python
Kama Python, 2020-02-17 20:54:09

How to select a value from a table?

Hello everyone, I can't figure out how to solve this problem.

It is necessary to make a query that will get the value from the second column from user4.
5945f6fd6f5a930fc715fd4b913adc06.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kuts, 2020-02-17
@zer0w

SELECT <наименование второго столбца> FROM <таблица> WHERE <наименование первого столбца> = 'user4';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question