Search Results

Search: Posts Made By: nitinrp1
3,295
Posted By nitinrp1
Originally Posted by nitinrp1 ... Assume i...
Originally Posted by nitinrp1
...
Assume i have the input file as below



Code:
SEL elapsedtime ,StartTime,QueryText
FROM dbc.qrylog
WHERE StartTime >= '2010-03-24 20:10:08'
...
3,295
Posted By nitinrp1
Thanks Tyler... Assume i have the input file...
Thanks Tyler...

Assume i have the input file as below

SEL elapsedtime ,StartTime,QueryText
FROM dbc.qrylog
WHERE StartTime >= '2010-03-24 20:10:08'
AND username in...
3,295
Posted By nitinrp1
Thanks a lot Tyler.. Appreciate your qucik reply...
Thanks a lot Tyler.. Appreciate your qucik reply ... as i have zero knowledge on Perl... hence i would like to understand how actually how the script is working.. Thanks again..
3,295
Posted By nitinrp1
Thank You ... But i am looking out in perl ...
Thank You ... But i am looking out in perl

---------- Post updated at 06:11 AM ---------- Previous update was at 06:01 AM ----------

Thank You...

Assume if there are space before...
3,295
Posted By nitinrp1
HI, if there is a space before...
HI,

if there is a space before 'xxx_yyy_aaa_01' and also if there are no spaces before 'xxx_yyy_aaa_01' then how to modify the code..

SEL elapsedtime ,StartTime,QueryText
FROM dbc.qry...
3,295
Posted By nitinrp1
dynamic output
Hi Guys,

i have a input file as below

SEL elapsedtime ,StartTime,QueryText
FROM dbc.qry
WHERE StartTime >= '2010-03-24 20:10:08'
AND username ='xxx_yyy_aaa_01'
ORDER ...
2,058
Posted By nitinrp1
Thanks for pointing out the typo .... its working...
Thanks for pointing out the typo .... its working now ...

---------- Post updated at 01:28 AM ---------- Previous update was at 01:25 AM ----------

Sorry for the confusion, there was a typo...
2,058
Posted By nitinrp1
Moderator, that was a typo in my script ......
Moderator,

that was a typo in my script ... the $ is not there in my script ... but still its not working and not giving me the excepted result ... pls help
2,058
Posted By nitinrp1
tried the way u said ... still its not working...
tried the way u said ... still its not working error message : binary operator expected

code

if [ $a eq "=" ]; then echo "Not a walid match"; else echo "walid match"; fi

suppose if i...
2,058
Posted By nitinrp1
IF statement failure
Hi Guys,

i have a variable which hold a string value of "in" when i try to compare this value against another value the if statement is not working.

$a=in

if [ "$a" == "=" ]
then
...
2,012
Posted By nitinrp1
Thank You again !!! i may seek ur help again as i...
Thank You again !!! i may seek ur help again as i am totally new to unix :D
2,012
Posted By nitinrp1
Thanks Guys !!! Suppose if i want to search for...
Thanks Guys !!! Suppose if i want to search for in( or in ( or in ( how to grep in one command with above sceniro...
2,012
Posted By nitinrp1
Thank You ... can i use output in to a variable...
Thank You ... can i use output in to a variable and then use in my if statement
2,012
Posted By nitinrp1
need a part of output data as output
HI Guys,

I need some expert help.. i have this below data as input

WHERE StartTime >= '2010-03-24 20:10:08'
AND username in('abc_xxx_yyy_01')

and output need is
just

in
...
Showing results 1 to 14 of 14

 
All times are GMT -4. The time now is 02:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy