PHP and SQL and the where statement?

  • Thread starter Thread starter evachick156
  • Start date Start date
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.
 
Back
Top