Quote:
Originally Posted by Simon Lloyd
Assuming you ARE userid 1 your query should have been this
HTML Code:
SELECT *
, COUNT(postusername) as count
FROM hd_thread
WHERE title LIKE "Article:%"
AND postuserid =1
run it and let me know the results  , remember it will only show you a single row so it will only be one post but im interested in the column on the far right!
|
An error occurred while attempting to execute your query. The following information was returned.
Code:
error number: 1146 error desc: Table 'xxxxxxxxxxxxxxx .hdthread' doesn't exist