Is it possible to have GROUP BY be case sensitive? I noticed that it will group a string that has the same characters together, even if the characters have are not the same case.
For example "100Cars" will get grouped with "100CARS". Is this standard for SQL? Is it possible to not group the 2 together when using GROUP BY?
For example "100Cars" will get grouped with "100CARS". Is this standard for SQL? Is it possible to not group the 2 together when using GROUP BY?