Can someone please explain the usage and the proper syntax for the the DEFINE SCHEMA 'name' DELIMTED 'tablename'; introduced in TPT 14.00 reference manual diagram on page 62 / Nov 2011 ?
I assume it is generating the proper schema based on an existing schema , but i could not get the syntax to work. For example
DEFINE SCHEMA sandbox
DESCRIPTION 'schema descr'
DELIMITED 'sandbox.tablename';
gets me
↧