Jump to content

seems simple what am i missing?


dflow

Recommended Posts

ok one of these days :)

 

forgetting stuff thanks

 

SELECT DISTINCT event_types.EventType
FROM city_events, event_types
WHERE city_events.Event_Content <> ''
AND city_events.CityID =100
AND event_types.Event_TypeID = city_events.Event_TypeID
ORDER BY event_types.EventLevel ASC
LIMIT 0 , 30

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.