выберите *
от (
выберите order_table.date,
order_table.order,
order_table.state,
status_table.status,
row_number () над (перегородка заказом status_table.order desc status_table.status_date) rn
от order_table,
status_table
где order_table.order = status_table.order
и status_table.status_date < order="">
|