News

SELECT MAX (company) FROM Sales WHERE net_amount > 100; The MAX function is sometimes used on columns containing an auto-incremented key field to determine what the next entry’s key ID will be.
12347 998854 4 12347 998856 8</pre><BR><BR>I need a SQL statement that will use po_ln_no to get the PO number (matches up with po_no in po table) and give the ship_via_cod value from the po table.