Re: man, I feel like a beginner ...
От | Jan Wieck |
---|---|
Тема | Re: man, I feel like a beginner ... |
Дата | |
Msg-id | 200009130758.CAA01083@jupiter.jw.home обсуждение исходный текст |
Ответ на | man, I feel like a beginner ... (The Hermit Hacker <scrappy@hub.org>) |
Ответы |
Re: man, I feel like a beginner ...
|
Список | pgsql-hackers |
The Hermit Hacker wrote: > > someone notice anything wrong with this query? :) *slap forehead* > > explain > SELECT distinct s.gid, s.created , geo_distance(pd.location, '(-90.3690233918754,38.7788148984854)') > FROM status s, personal_data pd, relationship_wanted rw , personal_ethnicity pe , personal_religion pr , personal_bodytypepb > WHERE s.active AND s.status != 0 > AND (s.gid = pd.gid AND pd.gender = 0) > AND (s.gid = rw.gid AND rw.gender = 1) > AND geo_distance( pd.location, '(-90.3690233918754,38.7788148984854)' ) <= 75 > ORDER BY geo_distance( pd.location, '(-90.3690233918754,38.7788148984854)'), s.created desc; What's the purpose of joining it with "pb"? Jan -- #======================================================================# # It's easier to get forgiveness for being wrong than for being right. # # Let's break this rule - forgive me. # #================================================== JanWieck@Yahoo.com #
В списке pgsql-hackers по дате отправления: