How to connect 2 tables using order by keyword
714072Aug 31 2009 — edited Aug 31 2009Hi all
I have 2 tables M_PLATE_COST and M_SIZE.
M_PLATE_COST contains SIZE_CODE which is the primary key of M_SIZE
M_SIZE contains a feild called OUTPUT_ORDER and M_PLATE_COST do not contain this feild.
the problem is i need to sort M_PLATE_COST based on OUTPUT_ORDER of M_SIZE.
ex:
Select * from M_PLATE_COST Order By OUTPUT_ORDER of M_SIZE is this possible.
thanks for the help