Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 147 Bytes

improve_query.md

File metadata and controls

10 lines (8 loc) · 147 Bytes

Comparisons vs. Functions

  1. Improve the following query
SELECT count(*)
FROM shawarma_purchases
WHERE
  YEAR(purchased_at) == '2017'