I need help with a SQL question in how to build the script. The question is asking how many bidders a company had in October?
So far I have:
SELECT count (distinct bidder_id)
FROM misc.abc_bids
WHERE auction_date
Auction_date is the table with the dates
misc.abc_bids is the database
bidder_id is each specific bidder