Jump to content

[SOLVED] mysql where problem


Q695

Recommended Posts

I'm getting a problem in this statement:

SELECT * FROM shows WHERE 'show' = '1' ORDER BY rank ASC;

 

 

my data dictionary is:

photos

Table comments: InnoDB free: 3072 kB

 

Field Type Null Default Comments

rank tinyint(4) No 2

location tinytext No

car int(11) No

shows

Table comments: InnoDB free: 3072 kB

 

Field Type Null Default Comments

rank tinyint(4) No 2

location tinytext No

show smallint(6) No

 

 

What's wrong with the query in the where section, because I don't see where it is?  There are two files that work almost exactly the same way, just two different pages.

Link to comment
https://forums.phpfreaks.com/topic/134784-solved-mysql-where-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.