selecionar *
de (
selecionar order_table.date,
order_table.order,
order_table.state,
status_table.status,
row_number () sobre (divisória pela ordem de status_table.order pelo desc de status_table.status_date) o rn
de order_table,
status_table
onde order_table.order = status_table.order
e status_table.status_date < order="">
|