Mysql
 sql >> Database >  >> RDS >> Mysql

BigQuery/SQL:divide il valore su varianti specifiche

Considera di seguito

select * except(market_offers), 
  round(market_offers / count(1) over(partition by market_offers, rank), 2) as market_offers
from `project.dataset.table`               

se applicato ai dati di esempio nella tua domanda, l'output è