I am creating a table at the moment
(..
dl_field varchar2(10)
fl_field varchar2(10)
period varchar2(4)
..)
if i partition the table on the period field, and I then create indexes on dl_field and fl_field, should these indexes be partitioned also.
thanks in advance
Niall
Can anyone shed any light on this, essentially what I am trying to do is read in a column of numbers and print out the number left padded with zeroes(width of 15) and no decimal place i.e
INPUT
0.69 000000000000069
7.1 000000000000710
5 000000000000500
The below script is returning...
Does anyone know of a quick way of subtracting two dates from one another in awk
i.e date format is YYYYMMDD
in order to find the number of days between them ?
this has me flumoxxed, I set up two arrays, call and dat.
there is one exclusive element in both, and 4 inclusive, but when I delete from one of the arrays, the exclusive element magically moves to the other array. Is this a bug in awk ?
BEGIN {
# call[1] is exlusive to call array
call[1]=10...
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.