How select rows from table SQL same names in one column in python code? in abstract form names. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How select rows from table SQL same names in one column in python code? in abstract form names.

25th Oct 2021, 1:45 PM
Evgeniy Nartov
Evgeniy Nartov - avatar
3 Réponses
0
Your question is unclear. Please elaborate on what you're trying to do.
25th Oct 2021, 8:17 PM
Simon Sauter
Simon Sauter - avatar
0
It is necessary to make a query to the SQL database in python, to a certain table that has the same names in one column. The goal is to select those rows that use the same name in the same column. But, the name is not known. That is, a query for strings with the same name must be in an abstract form.
26th Oct 2021, 6:21 AM
Evgeniy Nartov
Evgeniy Nartov - avatar
0
The SQL inquiry: SELECT * FROM table WHERE column_name=same_name
26th Oct 2021, 6:24 AM
Evgeniy Nartov
Evgeniy Nartov - avatar