Viewing 15 posts - 286 through 300 (of 325 total)
SQL does take advantage of math coprocessors, that's what float/real are for. The fixed precision maths used by decimal has a different advantage: by rounding in a very specific way,...
July 24, 2018 at 8:53 am
It's a recursive CTE (note how the second part of the UNION ALL refers to the CTE being defined). It looks like it's aggregating a bunch of product names into...
July 24, 2018 at 8:13 am
What you see is not the actual result of FLOAT type,...
July 24, 2018 at 7:10 am
Sergiy - Tuesday, July 24, 2018 6:35 AMAt the end - FLOAT wins in accuracy.
Float always wins in accuracy.
I'd suggest looking...
July 24, 2018 at 6:43 am
Grouping_ID doesn't work like that, you need to specify the groupings in its argument list. Although personally for such a simple case I'd just use Grouping as it's a bit...
July 24, 2018 at 6:31 am
July 23, 2018 at 1:23 pm
July 22, 2018 at 8:05 am
What relates the data in TableA to TableB? What do you expect to happen to the value of IsActive on rows in TableB other than the one you're wanting to...
July 22, 2018 at 6:55 am
July 22, 2018 at 6:34 am
July 22, 2018 at 3:33 am
What do you want to do with it?
There are many solutions that are all equally valid, but may depend on how you expect to use the data. Modifying or...
July 22, 2018 at 1:25 am
July 22, 2018 at 1:09 am
Viewing 15 posts - 286 through 300 (of 325 total)