Quote:
Originally Posted by bairy
I re-read the first post and it said you're trying to access the event and user tables. Which fields from which tables are you trying to access?
|
I decided I was having enough problems with the event table that I might want to just work on it first. The nightmare of the user table has yet to begin.
Quote:
SELECT event.calendarid, dateline_from, event.title, lv_vb_eventforums_threadid, customfields,
FROM event AS event
WHERE dateline_from >= 1156455695 AND event.calendarid = 1
ORDER BY dateline_from;
MySQL Error : 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 'FROM event AS event
WHERE dateline_from >= 1156455695 AND eve
Error Number : 1064
|
Any thoughts on the above error message?