Are the double quotes required when writing joins in DS
Team, when writing a JOIN in Data-Sync are the double quotes required?
2.5
No, not really. As long as the Join is an accepatable SQL-part, you dont have to. You need double quotes if the table name has lower case naming convention (for example "mytable") or has spaces in the name (for example "MY TABLE").