Bigquery: query to first wednesday of the month:
select date_add(DATE_TRUNC(current_date(), MONTH),interval (mod(7 - EXTRACT(DAYOFWEEK FROM DATE_TRUNC(current_date(), MONTH)) +4,7)) day)