Advertisement
psi_mmobile

Untitled

Jan 9th, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. select description, address, count(description) from oc_poi_newelec
  2. where external_status != 5
  3. group by description, address
  4. having count(description) > 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement