Показать сообщение отдельно
Старый 09.12.2011, 11:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,646 / 848 (80) +++++++
Регистрация: 28.10.2006
Pawan's Ax blog: By in group by is optional
Источник: http://pawansaxblog.blogspot.com/201...-optional.html
==============

public static void GroupBy(Args _args)
{
InventTable inventTable;
while select inventTable
group by itemGroupid
{
info(inventtTable.itemGroupId);
}
while select inventTable
group itemGroupId
{
info(inventTable.itemGroupId);
}

}

Here both will give same output. Really funny.


Источник: http://pawansaxblog.blogspot.com/201...-optional.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.