IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
 
Reply to this topicStart new topic

Problem With Mysql Query


Roly
no avatar
Advanced Member
*******
Group: Members
Posts: 144
Joined: 24-July 04
From: Arizona
Member No.: 189



Post #1 post Jan 29 2005, 04:09 AM
I know this isn't the SQL forum but MySQL is used in PHP. I get an error

Query: SELECT COUNT(users.*), COUNT(guests.*) FROM users INNER JOIN guests ON users.code != '' AND users.last_active >= 1106971028 AND guests.time >= 1106971028 AND users.last_ip != guests.ip
Error#1064: 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 '*), COUNT(guests.*) FROM users INNER JOIN guests ON users.code
Go to the top of the page
+Quote Post
OpaQue
no avatar
Administrator
Group Icon
Group: Admin
Posts: 1,562
Joined: 11-June 04
From: Somewhere in Time & Space.
Member No.: 1
myCENT:2.99



Post #2 post Jan 29 2005, 05:02 AM
SELECT COUNT(users.*), COUNT(guests.*)
FROM users INNER JOIN guests
ON (users.code != ''
AND users.last_active >= 1106971028
AND guests.time >= 1106971028
AND users.last_ip != guests.ip)

OR If you have missed the WHERE clause it will be something like this,

SELECT COUNT(users.*), COUNT(guests.*)
FROM users INNER JOIN guests
ON (users.code != '' )
WHERE users.last_active >= 1106971028
AND guests.time >= 1106971028
AND users.last_ip != guests.ip
Go to the top of the page
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts 3 chalawanonline 361 2nd August 2004 - 02:34 PM
Last post by: Spectre
No New Posts   3 velma 698 7th April 2007 - 06:30 PM
Last post by: Johnny
No New Posts 4 hatebreed 526 10th August 2004 - 11:10 AM
Last post by: hatebreed
No New Posts   1 mmbg 418 13th August 2004 - 06:01 PM
Last post by: odomike
No New Posts   1 SilverBoarder 261 17th August 2004 - 04:05 PM
Last post by: odomike
No New Posts   7 Raptrex 431 27th August 2004 - 11:16 PM
Last post by: Spectre
No New Posts   3 Mario 440 21st August 2004 - 01:31 PM
Last post by: X3r0X
No New Posts   3 Vacant 395 26th August 2004 - 09:09 AM
Last post by: Vacant
No New Posts 4 NuHoaXuLa 411 29th August 2004 - 03:12 AM
Last post by: NuHoaXuLa
No New Posts   9 Eric Straven 414 29th August 2004 - 07:28 PM
Last post by: wassie
No New Posts   11 Triple X 720 5th September 2004 - 02:33 AM
Last post by: Triple X
No New Posts   7 truvu17 714 1st May 2006 - 03:20 PM
Last post by: shadowx
No New Posts   3 GhostKillerX 350 24th September 2004 - 01:01 AM
Last post by: akz
No New Posts   4 Schweden 284 8th September 2004 - 09:40 AM
Last post by: Schweden
No New Posts   2 Too_Hot 304 16th September 2004 - 05:25 PM
Last post by: serverph


 



RSS Lo-Fi Version Time is now: 5th December 2008 - 04:12 AM