Viewing 15 posts - 7,441 through 7,455 (of 9,399 total)
SQLRNNR (9/3/2014)
djj (9/3/2014)
SQLRNNR (9/3/2014)
slagheap
sludge
Flood
September 3, 2014 at 10:56 am
TheSQLGuru (9/3/2014)
1) prevent optimizer from...
September 3, 2014 at 6:56 am
crookj (9/3/2014)
Ed Wagner (9/3/2014)
Stuart Davies (9/3/2014)
BWFC (9/3/2014)
Ed Wagner (9/2/2014)
SQLRNNR (9/2/2014)
gnocchiPasta
Pizza
Express
Espresso 😀
Needed (need real bad this morning......)
Wanted
September 3, 2014 at 6:48 am
You don't want a function (built-in or UDF) on the left side of the operator (in this case, the =) because the function will have to be evaluated for each...
September 3, 2014 at 6:23 am
Stuart Davies (9/3/2014)
BWFC (9/3/2014)
Ed Wagner (9/2/2014)
SQLRNNR (9/2/2014)
gnocchiPasta
Pizza
Express
Espresso 😀
September 3, 2014 at 5:32 am
Eirikur Eiriksson (9/2/2014)
Ed Wagner (9/2/2014)
...that was pretty simple stuff that should have been easy for him to troubleshoot on his own.I'm glad that optimism prevails:-D
😎
Thanks, but I guess I spoke...
September 2, 2014 at 1:54 pm
Lynn Pettis (9/2/2014)
Koen Verbeeck (9/2/2014)
Lynn Pettis (9/2/2014)
September 2, 2014 at 1:40 pm
Ed Wagner (9/2/2014)
Koen Verbeeck (9/2/2014)
Lynn Pettis (9/2/2014)
September 2, 2014 at 1:39 pm
Welsh Corgi (9/2/2014)
Thanks for all of the help.It works Lynn.
Ed you code worked as well.
Thank you very much.
I'm glad we could help and that it's working for you.
September 2, 2014 at 1:37 pm
Koen Verbeeck (9/2/2014)
Lynn Pettis (9/2/2014)
OLE...
September 2, 2014 at 1:36 pm
Look at the username you're using to make the connection to Oracle. That username must have permission to select from the table/view you're trying to select from. If...
September 2, 2014 at 1:32 pm
Eirikur Eiriksson (9/2/2014)
Ed Wagner (9/2/2014)
Eirikur Eiriksson (9/2/2014)
Lynn Pettis (9/2/2014)
September 2, 2014 at 12:31 pm
Lynn Pettis (9/2/2014)
Welsh Corgi (9/2/2014)
Ed Wagner (9/2/2014)
TO_DATE(''2014-09-02'',''YYYY.MM.DD'')
The date string doesn't match the format...
September 2, 2014 at 12:13 pm
Eirikur Eiriksson (9/2/2014)
Lynn Pettis (9/2/2014)
Curious how the code that our silver spooner posted even worked. After declaring all the variables I still have a bunch of red squiggly lines.
Total...
September 2, 2014 at 11:53 am
Good. Now all you have to do is look at the format mask of your TO_DATE function.
TO_DATE(''2014-09-02'',''YYYY.MM.DD'')
The date string doesn't match the format string.
September 2, 2014 at 11:49 am
Viewing 15 posts - 7,441 through 7,455 (of 9,399 total)