• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/search/word.php
  • Класс: BitrixSaleLocationSearchWordTable
  • Вызов: WordTable::mergeResort
static function mergeResort()
{
	Helper::mergeTables(
		static::getTableName(),
		static::getTableNamePositionTemporal(),
		array('POSITION' => 'POSITION'),
		array('ID' => 'WORD_ID')
	);

	MainHttpApplication::getConnection()->query("drop table ".static::getTableNamePositionTemporal());
}