Skip to content

Instantly share code, notes, and snippets.

@atqamar
atqamar / gist:59d1ee410f47ea3e3df42607e08c87ba
Last active November 19, 2019 22:32
hammer_vs_transaction_order
WITH
transacting_clients AS
(
SELECT
client_number,
COUNT(*) AS transaction_count,
AVG(hammer_usd) transaction_avg
FROM
`sothebys-data.published.sothebys_transactions`
WHERE