12.07.2015 Views

Caché Transact-SQL (TSQL) Migration Guide - InterSystems ...

Caché Transact-SQL (TSQL) Migration Guide - InterSystems ...

Caché Transact-SQL (TSQL) Migration Guide - InterSystems ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

T<strong>SQL</strong> Commands3.1.2 DROP TABLEDeletes a table definition. You can delete a single table, or a comma-separated list of tables.You can delete both tables and temporary tables. DROP TABLE ignores a nonexistent temporarytable name and completes without error.3.1.3 CREATE INDEXCreates an index for a specified table or view. T<strong>SQL</strong> partially supports CREATE INDEXwith the following limitations:The following <strong>Transact</strong>-<strong>SQL</strong> features are parsed, but ignored:• The CLUSTERED/NONCLUSTERED keywords.• The ASC/DESC keywords.• All WITH clause index options.• The ON filegroup or IN dbspace-name clause.The following <strong>Transact</strong>-<strong>SQL</strong> features are not currently supported:• The VIRTUAL keyword.• Using a function name as an alternative to a column name.3.2 Data Management Statements3.2.1 DELETEDeletes rows of data from a table. Both DELETE and DELETE FROM are supported. Mostother options are supported, with the following exceptions:• FROM table hints• rowset functions• OPTION clause• join hints14 <strong>Caché</strong> <strong>Transact</strong>-<strong>SQL</strong> (T<strong>SQL</strong>) <strong>Migration</strong> <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!