INSERT_UPDATE Customer;uid[unique=true];firstName;lastName;name;
I want to insert the name attribute dynamically using firstName and lastName attribute values.
need syntax for the same.