通过以下语句 为无索引的外键生成 建立索引的SQL
-- 查询没有建立索引的的外键字段 并生成 创建索引语句
select lower('create index ' || 'idx_' || x.c || ' on '...
Read More ⟶
通过以下语句 为无索引的外键生成 建立索引的SQL
-- 查询没有建立索引的的外键字段 并生成 创建索引语句
select lower('create index ' || 'idx_' || x.c || ' on '...
Read More ⟶