Posted on December 7, 2013December 7, 2016 by arvifox — Leave a commentHow to find equals record in db table [code language=”sql”] select field1, field2 from mytable group by field1, field2 having count(*)>1 [/code] Post navigationPrevious post: Computer graphicsNext post: Parsing xml string in Java Leave a Reply Cancel replyYou must be logged in to post a comment. This site uses Akismet to reduce spam. Learn how your comment data is processed.