Jump to content

SQL Error : 1054


AncientSage

Recommended Posts

I'm attempting to use this query via PHP:

[code]"SELECT song_name, song_author, song_genre 
FROM jukebox
WHERE " . $song_selected . " = song_filename"; //Note, this line.[/code]

All good up 'till that last line, I tried switching it around (where the variable is) and such, but it keeps telling me unknown column, or SQL Error 1054.

Now, I'm not too familiar with the WHERE clause, but if I want to tell SQL only to select results based on a row in song_filename, how would I do that with the WHERE clause? 'cause my method doesn't appear to be working.

Link to comment
https://forums.phpfreaks.com/topic/20569-sql-error-1054/
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.