Did ETC get padded with zeros?
SELECT *
FROM CONCEPT
WHERE CONCEPT_ID = 21500010
For example this used to be 10
and now it is 00000010
OHDSI Home | Forums | Wiki | Github |
Did ETC get padded with zeros?
SELECT *
FROM CONCEPT
WHERE CONCEPT_ID = 21500010
For example this used to be 10
and now it is 00000010
Yes. That’s the correct way. The removal of leading zeroes was incorrect.