Hi,
Is there any way to convert an MS Access file before doing some processing on a Unix system ? Tried using strings but some information gets lost, particularly dates.
Thanks for help
Hi,
How do i convert a string like 2007-14-11T11:45:47.0+0100 into a date ?
I've tried the follwoing:
SQL> select to_date(f1,'yyyy-dd-mmTHH24:MI:SS.S+0100') from mx_tmp;
select to_date(f1,'yyyy-dd-mmTHH24:MI:SS.S+0100') from mx_tmp
*
ERROR at line 1:
ORA-01821: date format...
Hi all,
With a routine producing a flow like this
header 01
0 X 52
0 G 78
0 T 44
0 B 42
0 Q 70
..
0 A 77
..
0 C 48
0 M 67
0 F 12
..
trailer 01
header 02
0 M 24
0 R 45
..
0 A 45
..
0 C 36
..
trailer 02
etc.
the desired output is like that:
77,42,48
45,,36
etc.
It's basically an extraction of...
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.