Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20 R8
DROP INDEX

DROP INDEX  


 

 

 DROP INDEX sql_name

The DROP INDEX command is used to remove an existing index named sql_name from a database. It cannot be used on indexes created for PRIMARY KEY or UNIQUE constraints.

Example  

Here is a simple example for removing an index:

DROP INDEX ID_INDEX



Siehe auch 

CREATE INDEX

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: SQL Commands

 
SEITENINHALT 
 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D - SQL Reference ( 4D v20 R8)