Posted by Pari, Oct. 19, 2021, 5:20 p.m.
Write a query to return the difference of the payment amount between the first movie rental and second rental for the following customers -- customer_id in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10).
Write a query to return the difference of the payment amount between the first movie rental and second rental for the following customers
-- customer_id in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10).
-- customer_id in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10).
This question is closed