Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Count the Duplicate Entries and make them uniq

by choroba (Cardinal)
on Aug 29, 2012 at 12:13 UTC ( [id://990455]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    select distinct OS,
                    RELEASE,
    ...
                    (select count(1) from $table as y
                                     where x.OS=y.OS and x.RELEASE=y.RELEA
    +SE and y.LIKE='No')
           from $table as x;
    
  2. or download this
    DBD::CSV::db prepare failed: Unbalanced parentheses! at .../perl/lib/p
    +erl5/SQL/Statement.pm line 88
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://990455]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (10)
As of 2024-04-23 09:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found