Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: CALYAN
  • Order by date
  1. CALYAN

    how can i get seconds in query?

    select to_char(plp_chg_timestamp, '%d %m %R') from <table name> what i have to do to get seconds in my query? fyi plp_chg_timestamp datatype : datetime year to fraction(3) regards s.kalyan
  2. CALYAN

    how to remove the files like this?

    thanks works fine
  3. CALYAN

    how to remove the files like this?

    Hi i am not able to remove the files like this which is created accidentaly. rm electsum(ti_nptotal),.sql h: syntax error: `(' unexpected h: syntax error: `(' unexpected regards calyan
  4. CALYAN

    Hi is there any function available in informix to convert char to num?

    Is there any function available in Informix for converting numeric to char and char to numeric? regards s.kalyan
  5. CALYAN

    Hi i want to insert a pipe symblo in between these columns

    thanks to all there is another way i found :g/../s/type tab/|/g by substituing it also works fine regards scalyan
  6. CALYAN

    Hi i want to insert a pipe symblo in between these columns

    EU The European Union GBP N I want to insert a pipe symbol between the columns irrespective of the colum bumber. how to do it with awk? regards s.calyan
  7. CALYAN

    I want to insert quotations using awk or sed how to do?

    ABE, ABI, ABQ, ACT, ALB, AMA, ANC, ARB, ATL, ATW, AUS, AVL, AVP, AYE, BBX,BDL, BFL,BHM,BIL,BIS,BLV,BMI,BNA, BOI, BOS, BPT, BTR, BTV, BUF, BWI, BZN, CAE, CAK, CCR, CDW, CGX, CHA, CHS, CID, CLE, CLL, CLT, CXL, CMH, COS, CRP, CRW, CVG, CWA, CYS, DAY, DAB, DEN, DFW...
  8. CALYAN

    want to add the date after the header

    cat /gns/gnsadm/errrpt/gnserrs/reports/ggc1.rpt.$DD$MM | awk -F'|' 'BEGIN{ printf &quot; GTT DATA COMPARISION DAILY &quot; printf &quot;\n&quot; printf &quot; -------------------------- &quot...
  9. CALYAN

    I want to display the consolidated count? how to do it?

    I am having the report like this Reg code Cntry code Count -------- ---------- ------ AF AO 177 AF BF 56 AF BI 8 AF BJ 78 AF BW 282 AF...
  10. CALYAN

    How to consolidate the count

    How to consolidate the count? Reg code Cntry code Area code Count -------- ---------- --------- ------ AF AO CAB 15 AF AO LAD 20 AF BF OUA 23 AF BI BJM 11 AF BW GBE 72 AF CD FIH 30 AF CD MNB 8 I need the result like this Reg code cntry code Total AF AO 35 AF BF 23 AF BI 11 AF Bw 72...
  11. CALYAN

    Hi i want to reduce one day from the current date how to do

    The ';' can be omited : FILENAME=$(TZ=TZ+23 date +%b%d).gr print $FILENAME Jean Pierre. Thank aigles for this valuable post! Inappropriate post? If so, Red Flag it! Check out the FAQ area for this forum! CALYAN (Programmer) Jan 14, 2004 Hi it shows only current date...
  12. CALYAN

    how to reduce one day from this Ja

    Hi it shows only current date Jan14.gz I want to reduce one day from it. how to do?
  13. CALYAN

    how to reduce one day from this Ja

    I used this to extract somepart of the date FILENAME=$(date +%b%d) printf $FILENAME It generates output like this.? Jan13(example) But I need Jan13.gz how to add this? regards s.kalyan
  14. CALYAN

    how to reduce one day from this Ja

    how to reduce one day from this Jan013.gz ---> it should be Jan012.gz thanks
  15. CALYAN

    How to add to the format.

    I used this to extract somepart of the date FILENAME=$(date +%b%d) printf $FILENAME It generates output like this.? Jan13(example) But I need Jan13.gz how to add this? regards s.kalyan
  16. CALYAN

    I am having the output like this A

    thanks
  17. CALYAN

    I am having the output like this A

    I am having the output like this AAO|VE|LA|21| ABE|US|US|110| ABJ|CI|AF|289| ABQ|US|US|62| ABT|SA|ME|174| ABZ|GB|UK|437| ACA|MX|MX|91| ACC|GH|AF|334| ADA|TR|EU|112| I want the report like this Area code Count code Reg code Count AAO VE...
  18. CALYAN

    Hi I want to write a report ? how to do it?

    AAO|VE|LA|21| ABE|US|US|110| ABJ|CI|AF|289| ABQ|US|US|62| ABT|SA|ME|174| ABZ|GB|UK|437| ACA|MX|MX|91| ACC|GH|AF|334| ADA|TR|EU|112| ADD|ET|AF|162| ADL|AU|OC|374| ADQ|US|US|1| AGU|MX|MX|65| AGX|US|US|16| AHB|SA|ME|20|...
  19. CALYAN

    Hi i want to insert a pipe symblo in between these two columns

    70 BJX 70 PLZ 70 SMF 70 YHZ 70 YOW 71 CEW ex 71|LSE I want to insert a pipe symbol how to do it.

Part and Inventory Search

Back
Top