When joining tables in BigQuery on a field with hyphen values (e.g. field is 'product_id' and the ids have values such as 'mcmaster-1000'), do you need enclose it in special chars if it's already a STRING type field in both tables?
Edit: @Gordon, apologies for that -- still a novice when it comes to flagging posts on here.
@Mikhail, I'm working on a project for a client where I'm joining line order items and ad data based on product ids. I'm troubleshooting some discrepancies we're seeing and I'm wondering if the hyphens in the ids are posing an issue. I know that case sensitivity was an issue and I had to use LOWER when joining on those ids in the past.