Hi gurus -
just need a nudge in the right direction -
How do I deal with joins with dbi eg
SELECT t1.name,t2.address FROM t1,t2
WHERE t1.name = t2.name
When I assign like this
my $name = "$ref->{'name'}";
I get an empty string back ....
The sql is ok .....
Left my DBI book at home - doh !
cheers all
Rab
just need a nudge in the right direction -
How do I deal with joins with dbi eg
SELECT t1.name,t2.address FROM t1,t2
WHERE t1.name = t2.name
When I assign like this
my $name = "$ref->{'name'}";
I get an empty string back ....
The sql is ok .....
Left my DBI book at home - doh !
cheers all
Rab