Viewing 15 posts - 811 through 825 (of 4,087 total)
October 30, 2018 at 7:41 am
For this example assume a company...
October 29, 2018 at 10:09 am
October 26, 2018 at 3:05 pm
He creates an autonumber based on another table
He does this in lots...
October 26, 2018 at 12:44 pm
October 26, 2018 at 7:58 am
It depends on your business requirements, so there is no hard and fast rule.
Drew
October 26, 2018 at 7:33 am
jman76 - Thursday, October 25, 2018 8:22 AMHow is it possible to sum my distinct values?
Why would you want to produce a...
October 25, 2018 at 8:47 am
October 25, 2018 at 8:31 am
DISTINCT COUNT is not additive. The total distinct count can range anywhere from the MAX distinct count to the SUM of the distinct counts depending on how many values are...
October 25, 2018 at 8:17 am
You're not "changing the value", you're using completely different expressions for those two columns, which means that you can't use "SELECT *". I think you're overlooking the obvious solution, because...
October 25, 2018 at 8:08 am
I...
October 24, 2018 at 8:46 am
Viewing 15 posts - 811 through 825 (of 4,087 total)