yo,
$sql = "select b._user_id from tabelle1 a, tabelle2 b where a._parent_id = $uebergabe AND b._id = a._id";
select a._id, b._user_id
from tabelle1 a, tabelle2 b
where a._parent_id = $uebergabe
AND b._user_id = a._id";
Ilja
yo,
$sql = "select b._user_id from tabelle1 a, tabelle2 b where a._parent_id = $uebergabe AND b._id = a._id";
select a._id, b._user_id
from tabelle1 a, tabelle2 b
where a._parent_id = $uebergabe
AND b._user_id = a._id";
Ilja