VonFranzken
MIS
SELECT aid, articletitle, shortdescrp, eventdate, datenow
FROM articles
INNERT JOIN comments
ON articles.aid = comments.aid
ORDER BY articles.datenow DESC
It keeps telling me syntax error in from clause?
Much appreciated.
Steve
FROM articles
INNERT JOIN comments
ON articles.aid = comments.aid
ORDER BY articles.datenow DESC
It keeps telling me syntax error in from clause?
Much appreciated.
Steve