Dropping sequences

 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 click Delete.

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

  2. Execute a DROP SEQUENCE statement.

 See also