1.索引: mysql语法:DROP INDEX indexName ON tableNamesqlserver语法:DROP INDEX tableName.indexName其他(postgre,orcal,db2):DROP INDEX indexName 2.拼接sql(最好用预编,避免SQL拼接): orcal:最好不要在sql语句之后加";",会报ORA-00911: 无效字符