Quote:
Originally Posted by robert1971
Usually, SQL is not case sensitive. So basically, the queries are just the same.
Thanks.
|
Not quite, commands and string literals are NOT case sensitive, table names and column names case sensitivity will depend on the Operating System the DB server is running on.
Any DB server running on Windows will be case insensitive while DB servers running on Unix/Linux will be case sensitive.
|