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.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|