| SQL - Questions and Answers Have a SQL question? Post it here. First do a search to see if someone hasn't already answered it. |
|
||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|||
Extracting(Display) the data from tables in Certain Conditions(Please help me)1) Give the total sum per order in table item for all orders with an order_id > 600
and a total sum > $25. Table Contain; Table item (order_id, Item_id, product_id, Actual_price, Quantity, total); |