Viewing 8 posts - 1 through 8 (of 8 total)
Thanks vijayarani87.s
This simple solution worked perfectly - I just had to include 'set dateformat dmy' before the 'convert'.
Much appreciated,
Peter
August 19, 2012 at 7:16 pm
Problem solved - Thanks for the advice.
The substring solution worked, but a string length of 8000 would only return 4200, so I ended up using the following:-
settm.cntct_notes1 = substring(notes.note, 1,...
July 23, 2012 at 4:42 pm
Thanks heaps for the advice John.
The column headers were gone, but still had all the embedded blanks. I had included a | character to be used as a delimiter...
May 4, 2009 at 6:11 am
Even though thanks was given earlier, before the additional interactions, I would like to reiterate:-
Thanks heaps guys for your solutions, explanations, advice and fun.
This won't be the last time I...
March 13, 2009 at 5:36 am
OK Jeff - Why is it necessary?
(Hope I got the question right)
March 11, 2009 at 7:43 pm
I have another question RBarry.
What do the two extra 'a' characters signify? I know that they make the script do what it should, which is fantastic, but I can't...
March 11, 2009 at 4:14 pm
Thanks RBarry, this version works well.
I've had to revise my thinking. It's good to have different options from which to choose.
This has been a rewarding first time experience of...
March 10, 2009 at 9:50 pm
Thanks for your suggestions guys.
I was most impressed with RBarry's solution, but unfortunately nested selects did not work on our SQL2000 site. I got an 'incorrect syntax' error.
I've decided...
March 10, 2009 at 5:26 pm
Viewing 8 posts - 1 through 8 (of 8 total)