jasperjasper
Programmer
I need to create a stored procedure to display all duplicate values that are in a column. In the following list I need to display the duplicate values --- which in this case is 543211. Can anyone give me a clue on how to accomplish this in SQL via a stored proc. Thanks
VendInv#
--------
000001
000002
543211
040400
543211
888838
VendInv#
--------
000001
000002
543211
040400
543211
888838