Тема: join
Показать сообщение отдельно
Старый 09.11.2004, 16:12   #1  
DreamCreator is offline
DreamCreator
Moderator
Аватар для DreamCreator
Axapta Retail User
 
553 / 45 (3) +++
Регистрация: 04.11.2004
Адрес: Казань
join
Почему курсор пуст??

PHP код:
    while select count(RecId
        
from inventDim join inventSum  
        group by InventDimId
    
{
        print 
inventDim.wMSLocationId;
        print 
inventSum.InventDimId;    // пусто
        
pause;
    }