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"
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...
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
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
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
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--...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.