Re: Problem with joins (urgent)
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Tue, 29 Apr 2008 08:07:28 -0400
hol wrote:
Hi,
I would appreciate if anyone could help me with this.
I have a php script that fetches results from 2 tables called, atdata and
atdatab.
The following line freezes my PC everytime. If I select just one table
(atdata for example) it works fine.
$sql = "SELECT * FROM atdata,atdatab WHERE atdata.d1='$d1' AND
atdata.d2='$d2' ORDER BY atdata.id" ;
I really need this urgently to work.
Thanks beforehand
Mark
Try a newsgroup for your database, i.e. if you're using mysql, comp.databases.mysql.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- Problem with joins (urgent)
- From: hol
- Problem with joins (urgent)
- Prev by Date: Problem with joins (urgent)
- Next by Date: Re: Where does email get bounced to?
- Previous by thread: Problem with joins (urgent)
- Index(es):
Relevant Pages
|