8/16/2011

Axapta X++ : SQL Order By Join Table

การสั่งเรียงข้อมูลเมื่อมีการ Join table
สามารถทำได้โดย

   WHILE
    SELECT * FROM Table1
    ORDER BY Field1, Field2
    JOIN  Table2
    ORDER BY Field1, Field2
    WHERE เงื่อนไข
{


}

No comments:

Post a Comment