79795831

Date: 2025-10-21 12:51:25
Score: 1
Natty:
Report link

You could use the String_split table function:

SELECT TRIM(value) AS pid
FROM STRING_SPLIT('U388279963, U388631403, U389925814', ... ',')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ben Ketteridge