Search Results

Search: Posts Made By: Poonamol
Forum: Programming 10-18-2010
13,757
Posted By durden_tyler
Here's a very short testcase that demonstrates a...
Here's a very short testcase that demonstrates a technique of passing shell variables to Oracle SQL -


$
$
$ # display the content of the shell script "f36"
$ cat -n f36
1 ...
50,070
Posted By cabrao
$ DATE=20101018121445 $ DATE2=`echo $DATE | cut...
$ DATE=20101018121445
$ DATE2=`echo $DATE | cut -c1-8`
$ echo $DATE2
20101018
Showing results 1 to 2 of 2

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