Is there a way to override the defaults of a sql command?
For example, if I am creating my production schema I may want that on all
SSD's but my test schema on spinning disks. So, when creating the
production schema I would like my CREATE TABLE to be overridden with
UNIT(SSD).
Rob Berendt