プロジェクト

全般

プロフィール

統計
| リビジョン:

h-you / branches / ddl / 20180402_SQL.txt @ 347

履歴 | 表示 | アノテート | ダウンロード (332 Bytes)

1 338 h-you
create index constructionledger_Index1
2
  on constructionledger(ConstructionStart);
3
4
create index constructionledger_Index2
5
  on constructionledger(ConstructionEnd);
6
7
create index LedgerDetail_Index06
8
  on constructionledgerdetail(SalaryFlg);
9
10
create index LedgerDetail_Index07
11
  on constructionledgerdetail(CompanyCode);