|
|
|
| Unable to perform select blog_entries.blogID, blog_entries.timedate, blog_entries.title, blog_entries.intro, blog_entries.comments,
blog_categories.name, blog_author.name, blog_entries.details
FROM blog_entries, blog_categories, blog_author
WHERE blog_entries.categoryID = blog_categories.categoryID AND blog_entries.author = blog_author.authorID ORDER BY blog_entries.timedate DESC |
|
|
Unable to perform select blogID, title FROM blog_entries ORDER BY timedate DESC LIMIT 5
Unable to perform select categoryID, name FROM blog_categories ORDER BY name ASC
|