Emmanuel Cecchet <[EMAIL PROTECTED]> writes: > I was just checking and the standard only talks about quote and > double-quote (no back-quote). Quoted identifiers may be used to break > some of the identifier rules. Specifically, quoted identifiers may be > used to bestow a reserved word as a name, or to allow normally > unusable characters and symbols within a name.
By the way double quotes can also be used to force case-sensitivity for identifiers. PostgreSQL is using double quotes like this (PostgreSQL is always leaning towards the standard). MySQL case-sensitivity seems... filesystem dependent :-) See https://forge.continuent.org/jira/browse/SEQUOIA-765 for details and pointers about case-sensitivity. _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
