Query comes back with errors

Status
Not open for further replies.

Magic

Posting Freak
Oct 11, 2012
1,026
196
Hello Devbest,

When we run this code:

BEGIN
SELECT items_rooms.item_id, items_rooms.x, items_rooms.y, items_rooms.n, items.base_id, items_extradata.data, items.rareid, items.group_data, items.placedBy
FROM items_rooms
JOIN items ON (items.item_id = items_rooms.item_id)
LEFT JOIN items_extradata ON (items_extradata.item_id = items.item_id)
WHERE items_rooms.room_id = roomid;
END

It comes back with errors, Any help on this?
 

Queef

Some people...
Jul 27, 2012
645
289
Meh, im tryna do a rp with LifeCMS and life cms relaity is so fucking shit, they got shit loads of errors

That is quite possibly the most off topic and irrelevant reply I've ever seen, how in the world does this help us figure out whats not right here?

Cheers Magic, hope we get the help needed.
 
Status
Not open for further replies.

Users who are viewing this thread

Top