I'm using php and a mySQL database to display markers on a v2 Google map.

When I use this query, I get a message that there are no results:

SELECT * FROM permits p left outer join violations v on p.permit_num = 
v.permit_num

I have no problems with regular joins such as 

SELECT * FROM permits p,  violations v where p.permit_num = v.permit_num

Does anyone know whether my syntax is wrong or how to fix the left outer 
join, please?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to