How can I select only strings in the format XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX where X is any number or any UPPERcase (not lowercase) character? Example dataset: ed54cb09-b402-4551-912d-b8e0fec69d9e –I do not want to select this one 00029B19-80CC-4FF8-BE11-BDB55FC7FC2A –I do want to select this one Some are all-caps, some are not, and this is a varchar field. I want to […]