Scenario as follows :
Known array str=["a.png","b.png","c.png",d.png]
The table fields are as follows
id urlPath
1 "img/a.png"
2 "img/b.png"
3 "img/abc.png"
1、 The result is , I want to compete c.png、 and d.png These two documents are not in the table . One sql sentence Table name :imgTable
I hope some great God can help me see .sql How to write .