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

SQL Anywhere 11.0.1 » SQL Anywhere Server - SQL Usage » Creating Databases » Working with database objects » Working with computed columns

 

Copying tables or columns within or between databases

With Sybase Central, you can copy existing tables or columns and insert them into another location in the same database or into a completely different database. See Copying database objects in the SQL Anywhere plug-in.

If you are not using Sybase Central:

  • To insert SELECT statement results into a given location, see SELECT statement.

  • To insert a row or selection of rows from elsewhere in the database into a table, see INSERT statement.