Select * from person where name = ‘xxx’ to get personid
Then
select * from blobstore where class='j' and id= <personid>
double check this returns just one
and delete
delete from blobstore where class='j' and id= <personid>
Modified on: Thu, 21 Jun, 2018 at 10:32 AM
Select * from person where name = ‘xxx’ to get personid
Then
select * from blobstore where class='j' and id= <personid>
double check this returns just one
and delete
delete from blobstore where class='j' and id= <personid>
Did you find it helpful? Yes No
Send feedback