0
How select rows from table SQL same names in one column in python code? in abstract form names.
3 Respuestas
0
Your question is unclear. Please elaborate on what you're trying to do.
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.
0
The SQL inquiry: SELECT * FROM table WHERE column_name=same_name