Viewing 8 posts - 1 through 8 (of 8 total)
TY Phil that git me to the finish line
January 11, 2020 at 3:15 am
the three fields are datetime and I'd like to drop time
January 10, 2020 at 6:15 pm
convert(date,coalesce(completeddate,lastsaveddate,receiveddate),' ') [infoDate],
Msg 8116, Level 16, State 1, Line 47
Argument data type varchar is invalid for argument 3 of convert function.
Was struggling with how to drop the...
January 10, 2020 at 3:38 pm
Thanks for offering a solution Steve, so the challenge for me is converting the code into a workable solution
You added a field RowNum as part of the temp...
March 6, 2019 at 3:29 pm
Have a new challenge I'm afraid b/c I need (2) case statements and those values must be in the GROUP BY, I'm ending up with repeating account values that correspond...
January 20, 2015 at 12:56 pm
TY for the quick response
January 20, 2015 at 11:21 am
WAs able to figure this one out had a problem in the temp table subquery logic which was not returning all instances of most current exchange rate by currency type.
Here...
January 20, 2015 at 10:53 am
Sorry for the confusion, I added in account_id =464 in the where clause to limit the output since the data set is pretty large, figured if I could solve for...
January 11, 2015 at 6:27 pm
Viewing 8 posts - 1 through 8 (of 8 total)