Could someone tell me if it's alright to use capital letters in column titles in Mysql?
Sorry if this a dumb question, but i just couldn't find the answer anywhere else...
Thanks
Could someone tell me if it's alright to use capital letters in column titles in Mysql?
Sorry if this a dumb question, but i just couldn't find the answer anywhere else...
Thanks
See the MySQL documentation:
and
You can use upper case but names are case-insensitive on all platforms. You should not use two different cases for the same object within the same statement, though.