Тема: join
Показать сообщение отдельно
Старый 09.11.2004, 16:41   #5  
DreamCreator is offline
DreamCreator
Moderator
Аватар для DreamCreator
Axapta Retail User
 
553 / 45 (3) +++
Регистрация: 04.11.2004
Адрес: Казань
PHP код:
    while select count(RecId)
        
from inventSum  join inventDim
        group by InventDimId
,wMSLocationId
    
{
        print 
inventDim.wMSLocationId;
        print 
inventSum.InventDimId;    // пусто
    

inventSum.InventDimId осталось пустым!