Logo 
Search:

SQL Server Forum

Ask Question   UnAnswered
Home » Forum » SQL Server       RSS Feeds

Message Query

  Asked By: Bruce    Date: Jul 06    Category: SQL Server    Views: 966
  

The following message appeared in a popup window. What does it mean
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?' at line 9

SELECT *, SUM(correct) as correct, SUM(incorrect) as incorrect, (SUM(correct)*6+SUM(incorrect)) AS score, (SUM(correct)+SUM(incorrect)) AS total FROM `scores` WHERE pid = ?

Filename: /var/www/vhosts/binglecomps.com.au/httpdocs/models/scores.php

Line Number: 90

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Message Query Or get search suggestion and latest updates.




Tagged: