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 biv343 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: *

  1. mangok

    test condition

    hi, I have tried that also but still i get "hi" i.e. after trying : dt=`date +%d/%m/%y` echo $dt mm="04/10/03" echo $mm if ["04/010/03" -eq "$dt"] then echo "hi " else echo "no" fi i get " hi"
  2. mangok

    test condition

    hi all, I want to run the following script : dt=`date +%d/%m/%y` echo $dt mm="04/10/03" echo $mm if [ "04/010/03"=="15/10/03" ] then echo "hi " else echo "no" fi but i get the result as "hi" but expected is "no" what is...
  3. mangok

    join DATA

    I want to get rid of sql query which get displayed in the flat file mangesh
  4. mangok

    join DATA

    Hi Dagon and Sen, I want the result in the flat file , without banner(column heading)and query..but if i use sool my sql query will also get added to spool ) How can i do that? Is there any way to do that ? Thanks Mangesh
  5. mangok

    join DATA

    Hi Dagon and Sen, I just want the result in the flat file , without banne(column heading)..but if i use sool my sql query will also get added to spool ) How can i do that? Is there any way to do that ? Thanks Mangesh
  6. mangok

    join DATA

    HI Dagon How can u use two where clauses in one query is it possible ? i.e. in ur example : select t9.plan_id, t9.plan_desc, t9.value, 0 from table9 t9, table11 t11 where t9.plan_id = t11.plan_id (+) and t9.plan_desc = t11.plan_desc (+) where t11.plan_id is null regds Mangesh
  7. mangok

    join DATA

    Hi All, I want to join the data from two tables called data9 and data11 Table Data_9 ID----plan_id------m_desc-------value9 9-- 501-R011-- 1/4/03-- 0000000000000114 9-- 501-R011-- 1/5/03-- 0000000000002394 9-- 501-R052-- 1/5/03-- 0000000000000258 9-- 502-R004-- 1/4/03-- 0000000000000010 9--...

Part and Inventory Search

Back
Top