You can use the following query. ;WITH result AS ( select t1.*,t2.Qty as cQty,t2.Date as Date_t2 from (select *,ROW_NUMBER() OVER (ORDER BY ...
確定! 回上一頁