Viewing 10 posts - 1 through 10 (of 10 total)
Thanks I thought it would be simple but I've never come across that issue 🙂
GilaMonster (8/20/2014)
LEFT(LastName,2) = 'O''' -- That's two single quotes to escape...
August 20, 2014 at 2:42 am
Tania Mofflin (6/3/2014)
It's not the Money datatype that's the problem. It's the fact that you converted the data to VARCHAR.
--Jeff Moden
OK now I remember why I converted the data to...
June 3, 2014 at 10:41 pm
It's not the Money datatype that's the problem. It's the fact that you converted the data to VARCHAR.
--Jeff Moden
OK now I remember why I converted the data to VARCHAR in...
June 3, 2014 at 1:58 am
OK so I'm not really totally around the difference between CAST and CONVERT but I will have a read up on them for future reference, always developing my skills.
I kind...
June 3, 2014 at 1:24 am
This comes back with the following error -
Msg 8114, Level 16, State 5, Line 1
Error converting data type varchar to numeric.
Seems to be an issue with how I've converted...
June 3, 2014 at 12:47 am
Yes that's what I mean, it's just my amatuer terminology. Thanks for your help on this one.
May 29, 2014 at 9:42 pm
Thankyou, obvious now that I see it 🙂
May 29, 2014 at 9:40 pm
This doesn't work, it only returns the result of the first query
Payables TB
1551651.47
May 28, 2014 at 7:33 pm
I come from an accounting background and am self taught on SQL coding, am not sure what is meant by DDL but I will have a read and learn.
I am...
May 28, 2014 at 1:02 am
Thanks for the responses, my skills are developing each day but the other responses at this stage are a bit complex for me to follow. This one works for me.
May 26, 2014 at 11:32 pm
Viewing 10 posts - 1 through 10 (of 10 total)