![]() |
#3 |
Участник
|
Также хорошим тоном считается использование метода find(). Например:
X++: static InventTable find(ItemId itemId, boolean update = false) { InventTable inventTable; ; inventTable.selectForUpdate(update); if (itemId) { select firstonly inventTable index hint ItemIdx where inventTable.ItemId == itemId; } return inventTable; }
__________________
// no comments |
|
|
![]() |
||||
Тема | Ответов | |||
оптимизация запроса статистики по клиенту | 2 | |||
Оптимизация запроса - ranges | 13 | |||
Оптимизация запроса | 16 | |||
Опять оптимизация запроса | 3 | |||
Оптимизация запроса | 1 |
|