Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.45 KB

File metadata and controls

51 lines (40 loc) · 1.45 KB
Order Management Data Modeling ℹ️ For technical support, please contact us via email or LinkedIn.
⬅️ Back Step 5 of 8 Next ➡️
Design query Q2

✅ Find all information about order 113-3827060-8722206; sort items by name (asc):

Solution
EXPAND ON;

SELECT * 
FROM orders_by_id
WHERE order_id = '113-3827060-8722206';

EXPAND OFF;
⬅️ Back Next ➡️