D
D
dienerie2022-02-25 10:04:08
SQL
dienerie, 2022-02-25 10:04:08

How to find duplicates in two SQL columns?

Example,
Column1 Column2
John John
Bill Bill
Nick Nick

In general, you need to output in this form.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MrColdCoffee, 2022-02-25
@dienerie

select Столбец1 , Столбец2  from Таблица where Столбец1 = Столбец2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question