Changes between Version 9 and Version 10 of AnalyticalStatisticalQuerying
- Timestamp:
- 09/27/25 14:33:03 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnalyticalStatisticalQuerying
v9 v10 256 256 If we purchase 3 tickets: 257 257 258 259 258 [[Image(purchase.png)]] 260 259 … … 299 298 t.price AS discounted_price, 300 299 ct.discount, 301 300 tr.base_price AS original_price 302 301 FROM ticket t 303 302 JOIN child_ticket ct ON ct.ticket_id = t.ticket_id … … 306 305 307 306 ''We will get the following results:'' 307 308 308 [[Image(child_ticket_prices.png)]] 309 309