Saturday 6 April 2019

mysql - IS it a problem if I refer to a table in lower case when it is in an upper case?

For example if my table has a name of " Yummy" and when I want to Insert a value to insert a value to it would it matter if I write "yummy" instead of "Yummy", I just started sql and I am not sure about this.

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...