UPDATE Image SET objectid= objectid,PatientID=$$138393$$,StudyID=$$143601$$,SeriesID=$$161058$$,ImageUID=$$1.2.840.113619.2.275.57473.11731861.9941.1464792356.86$$,OrderInSeries=$$2$$,FileName=$$20160604\143601\Org.img.20240526162016828.957946.dcm$$,PubFileName=$$20160604\143601\Pub.img.20240526162016828.957946.dcm$$,ThumbFileName=$$20160604\143601\Thumb.img.20240526162016828.957946.BMP$$,isanonymized=0where ObjectID='957946'
THIS Query doesn't run on postgres version 16.3 and runs on version 9.6for exampleSpace between isanonymized and where: There should be a space between isanonymized=0 and where.how to make 16.3 skip this type of errors like 9.6
this is the error messageERROR: trailing junk after numeric literal at or near "0w"LINE 1: ...b.img.20240526162016828.957946.BMP$$,isanonymized=0where Obj...
i want postgres 16.3 to run the query just as 9.6