Changes between Version 16 and Version 17 of WikiStart/Analytics


Ignore:
Timestamp:
04/25/25 21:59:31 (5 weeks ago)
Author:
203206
Comment:

db2

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/Analytics

    v16 v17  
    221221
    222222CREATE INDEX idx_account_id ON account(id);
    223 }}}
     223
     224CREATE INDEX form on "transaction"(currency,"type",timestamp);
     225
     226}}}