Primary Key Questions
Q: Can I use SQL to make a composite key with an (example) LEFT term?
For instance, {firstname}-{lastname}-{LEFT(birthdate,10)}
A: No. This is currently not supported. You can only define which fields you wish to use and/or plain text (as separators between the fields or other additions to the fields’ values)