CREATE / DROP / ALTER USER added See:
New table constraint for CREATE TABLE and ALTER TABLE An additional table constraint (SYNCHRONIZE ON | OFF | ALL) can be specified in a CREATE TABLE or an ALTER TABLE statement. See:
IF EXISTS clause added to DROP statements A new IF EXISTS clause can now optionally be specified in DROP INDEX, DROP PUBLICATION, DROP SYNCHRONIZATION PROFILE, and DROP TABLE statements. See:
IF NOT EXISTS clause added to CREATE statements A new IF NOT EXISTS clause can now optionally be specified in CREATE TABLE, CREATE INDEX, CREATE PUBLICATION, and CREATE SYNCHRONIZATION PROFILE statements. See:
CREATE SYNCHRONIZATION PROFILE now also supports OR REPLACE clause The CREATE SYNCHRONIZATION PROFILE statement now also support the option to replace a table. See CREATE SYNCHRONIZATION PROFILE statement [UltraLite] [UltraLiteJ].
COUNT_UPLOAD_ROWS function added COUNT_UPLOAD_ROWS allows you to query the number of rows that will be uploaded in the next synchronization. See COUNT_UPLOAD_ROWS function [Aggregate].
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |