Changes between Version 11 and Version 12 of WikiStart/Analytics
- Timestamp:
- 04/02/25 11:46:38 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart/Analytics
v11 v12 216 216 WHERE tablename = 'account'; 217 217 }}} 218 219 == Инфо индекс 220 221 {{{ 222 create index form on "transaction"(currency,"type",timestamp); 223 select * from pg_indexes where tablename='transaction'; 224 }}}