join provider_equipment on procedure_equipment.equipid =
provider_equipment.equipid
where provider_equipment.providerid = '1'
-Original Message-
From: Nick [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 8:43 AM
To: Max Sullivan
Subject: Re: SQL guru needed
a query like this
is possible or not. I don't normally post to the list as I like to try
to figure these things out on my own, but I'm really stumped on this
one. I'm hoping there is a way of joining the tables, in a way I don't
yet know of or understand, to get the results I want :)
I'd really appreciate any help you can offer.
Thanks in advance
Max Sullivan
Just curious, but which version of PHP are you using, the ISAPI or CGI.
I've tried the isapi version before and had problems like this. PHP
would crash and leave orphaned instances of php. If your using the
isapi version try the cgi and see if it works for you.
-Original Message-