Jump to content

Operand error..?


kernelgpf

Recommended Posts

I'm getting this error-

 

 

Operand should contain 1 column(s)

 

 

From this code-

 

$u_sql = mysql_query("SELECT id,name,ownerid,attack,defense,speed,luck,conformation,looks,strength,intelligence,(attack,defense,speed,luck,conformation,looks,strength,intelligence) AS total FROM ponies ORDER BY total DESC LIMIT 10")or die(mysql_error());

 

 

Help?

 

Thanks!

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