Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- select description, address, count(description) from oc_poi_newelec
- where external_status != 5
- group by description, address
- having count(description) > 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement