Figure 4: Order rows of table as result of new column

    SELECT inorder.ordernum
      FROM FINAL TABLE (INSERT INTO orders (custno) INCLUDE (inc INT)
                         VALUES (10,3), (11,2), (12,1) ) inorder
   ORDER BY inc