79288525

Date: 2024-12-17 15:56:04
Score: 1.5
Natty:
Report link

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)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: kshitiz sinha