You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- 11 - Exiba os dados de notes da tabela purchase_orders em que seu valor de "Purchase generated based on Order" está entre 30 e 39, incluindo tanto o valor de 30 quanto de 39.
SELECT notes FROM purchase_orders
WHERE notes LIKE "Purchase generated based on Order #3%";
-- SELECT notes FROM purchase_orders
-- WHERE notes BETWEEN "Purchase generated based on Order #38"