0

What do the following three settings mean in MySQL Workbench?

enter image description here

These three parameters are mentioned briefly on the General Editor Settings, but I'm wondering what might be an example of their usage. For example:

SQL Identifiers are Case Sensitive: Enabled by default. Whether to treat identifiers separately if their names differ only in letter case.

Does this mean, for example that:

SELECT * from main_iteminstance

is different from:

SELECT * FROM main_iteminstance

The answer is no when I tried both, but isn't FROM a sql identifier, so what would this setting mean exactly?

Shadow
  • 33,525
  • 10
  • 51
  • 64
David542
  • 104,438
  • 178
  • 489
  • 842

0 Answers0