about SQL syntax error..

tychicus

New Member
Messages
118
Reaction score
0
Points
0
what is the problem of this?
what to do?
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 'out) as tout from hl_traffic where listing_id = 2 and date + interval 7 day > no' at line 1
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
What is the query that's causing the error?
 

tychicus

New Member
Messages
118
Reaction score
0
Points
0
Run SQL query/queries on database
SELECT * FROM `hl_listings` WHERE 1
 
Last edited:

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
Where 1 what?

Should be, i think, SELECT * FROM `hl_listings` WHERE FIELD=1
 
Top