gpt4 book ai didi

sql - 如果索引不存在则创建索引

转载 作者:行者123 更新时间:2023-12-04 05:57:04 24 4
gpt4 key购买 nike

如果 sql 查询不存在,我在使用优势数据库服务器创建索引时遇到问题。

我的查询如下所示:

 If not Exists(<SELECT Query for amount of indizes for one column>) then 
Create Index Test on Tablename (No); endif

所以我不使用 FullTextSearchIndizes,因为它是一个整数字段。否则它看起来像这样:
 If not Exists(SELECT * FROM tablename WHERE CONTAINS( * , 'Test' )) then 
Create Index Test on Tablename (Name) Content; endif

所以,我唯一的问题是如何获得索引。我读过你可以使用的其他 DBMS sys.indexes和其他一些事情。

最佳答案

关于sql - 如果索引不存在则创建索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9395621/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com