[PHP-DB] Re: ?!? wats wrong?

2002-05-14 Thread Nicole Amashta
Hi, I am used to ID fields being numeric. If this is the case in your table, remove the single quotes from the id value '1' because that will cause error also. So: SELECT * FROM personen WERE Id != '1' ORDER BY Bijnaam should be: SELECT * FROM personen WERE Id != 1 ORDER BY Bijnaam *IF*

Re: [PHP-DB] Re: ?!? wats wrong?

2002-05-14 Thread Jeffrey_N_Dyke
] south.net cc: Subject: [PHP-DB] Re: ?!? wats wrong? 05/14/2002