Jump to content

MySQL Query


RDKL PerFecT

Recommended Posts

Basically I want to get all fields from a table and add them together. The following code contains an error.
[code]$q2 = mysql_query("select sum(vote) as votesum from portal_votes"); [/code]

I get the following error: Problem with query: Resource id #4
You have an error in your SQL syntax near 'Resource id #4' at line 1.

If anyone can help me out I would be most greatful.
Link to comment
https://forums.phpfreaks.com/topic/8394-mysql-query/
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.