User Profile

Collapse

Profile Sidebar

Collapse
achiganmi
achiganmi
Last Activity: Dec 4 '07, 03:06 PM
Joined: Oct 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • achiganmi
    replied to perl script help needed
    in Perl
    Hello...
    No I am not administering the database.....
    i have no other options but do the sorting thing... could you please help me with it??
    regards,
    abhilash
    See more | Go to post

    Leave a comment:


  • achiganmi
    replied to perl script help needed
    in Perl
    hello... sorry i did not know that..

    anyways here is my code...

    Code:
    $sql="select ed.HostIndex, ed.CPUNum, ed.GenErrCode, ed.Interpretation, sm.CorePerPhys, sm.LogPerCore, sm.PhysID, sm.CoreID, hf.TotalDownTime, (hf.Deathtime-hf.Birthtime-hf.TotalDownTime) as TotalUpTime from emmaDecode_WINtable ed, SMTinfo_WINtable sm, HostLifetime_WINtable hf where ed.HostIndex = sm.HostIndex and ed.CPUNum = sm.CPUNum and ed.HostIndex
    ...
    See more | Go to post

    Leave a comment:


  • achiganmi
    started a topic perl script help needed
    in Perl

    perl script help needed

    hi all...
    i need to write a perl program which does the following:

    it connects to the database and retrieves the rows from a table, which i am able to do.

    For example, the table looks like this :
    Name PID CID LID
    a1 0 0 10
    a1 0 0 20
    a1 0 1 30
    a2 0 2 40
    a2 1 1 50
    a3 0 1 10


    so, here i need to check for duplicates and the...
    See more | Go to post
No activity results to display
Show More
Working...