Page 1 of 1

Is this syntax correct? it's a small syntax

Posted: Fri Nov 08, 2002 3:53 am
by Skywalker
$query_PakketAP = "SELECT * FROM PakketAP Where Blok='yes' ORDER BY ID ASC";


It gives me an error: Unknown column 'Blok' in 'where clause'

Posted: Fri Nov 08, 2002 6:13 am
by mydimension
syntax looks fine. try making sure you have a column named Blok and also check the case (blok instead of Blok?).