E
evachick156
Guest
I have the following:
$Query2 = "SELECT * FROM tpms_node WHERE id = '130' AND sub_id = '20' AND type = 'Customer' ORDER BY sub_id";
But this gives me empty rows...why? I need all three conditions to be met.
$Query2 = "SELECT * FROM tpms_node WHERE id = '130' AND sub_id = '20' AND type = 'Customer' ORDER BY sub_id";
But this gives me empty rows...why? I need all three conditions to be met.