I am having troubles connecting the custom contacts fields to the contacts fields. Here is the query I'm trying to run
select contacts_cstm.funnel_stage_c, contacts_cstm.funnel_description_c, contacts_cstm.funnel_date_c, contacts.first_name
from contacts_cstm, contacts
where contacts.ID = contacts_cstm.ID_c
and contacts_cstm.funnel_stage_c is not null
order by contacts_cstm.funnel_stage_c
Every time I try to run this the server times out. Is this a problem with my query or a problem on the hosting side?
MySQL
Sugar 5.5
Windows Vista
Thanks


LinkBack URL
About LinkBacks



Reply With Quote



Bookmarks