Help me!
What the hell is wrong?
What does this error mean?
SELECT artikler.*
FROM artikler, nyhetsportaler
where artikler.dato < NOW()
AND artikler.artikkelid = nyhetsportaler.artikkelid
AND nyhetsportaler.portalid = 1
ORDER BY artikler.dato DESC
LIMIT 0,15
This should show the 15 latest articles that is assigned to portal # 1, right?
No! Mysql just says: Error: Got error -1 from table handler!!!
Can u help me??
What the hell is wrong?
What does this error mean?
SELECT artikler.*
FROM artikler, nyhetsportaler
where artikler.dato < NOW()
AND artikler.artikkelid = nyhetsportaler.artikkelid
AND nyhetsportaler.portalid = 1
ORDER BY artikler.dato DESC
LIMIT 0,15
This should show the 15 latest articles that is assigned to portal # 1, right?
No! Mysql just says: Error: Got error -1 from table handler!!!
Can u help me??