SQL Query Error
An SQL Query error was encountered:
Supplied SQL
SELECT DISTINCT e.nation_id
FROM EVENTS_TBL e, countries c
WHERE e.nation_id = c.id ORDER BY c.name
SQL Error:
Table 'kode5.EVENTS_TBL' doesn't exist