sql test

Sql code posted by SzP
created at 25 May 15:55

Edit | Back
1
2
3
4
select c1, count(1)
from tbl
group by c1
having count(1) > 1
63 Bytes in 2 ms with coderay