Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 » SQL Anywhere Server - SQL Usage » Using transactions and isolation levels » Primary key generation and concurrency » Using a sequence to generate unique values

 

Drop a sequence

 To drop a sequence (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with RESOURCE or DBA authority.

  2. Right-click a sequence generator and then choose Delete.

 To drop a sequence (SQL)
  1. Connect to the database as a user with RESOURCE or DBA authority.

  2. Execute a DROP SEQUENCE statement. See DROP SEQUENCE statement.