Thank You very much sir
I am ashamed of myself now...
Hope I will make this blog, thanks a lot again
Search found 2 matches
- Sat Jul 07, 2012 5:26 pm
- Forum: SQL
- Topic: #1064 - Problem with SQL Syntax :(
- Replies: 3
- Views: 2805
- Sat Jul 07, 2012 5:06 pm
- Forum: SQL
- Topic: #1064 - Problem with SQL Syntax :(
- Replies: 3
- Views: 2805
#1064 - Problem with SQL Syntax :(
Hello guys. I have been following a tutorial on PHP Blog... Now when I put this code SELECT 'posts'.'post_id' AS 'id', 'posts'.'post_title' AS 'title', LEFT('posts'.'post_body', 512) AS 'preview', 'posts'.'post_user' AS 'user', DATE_FORMAT('posts'.'post_date', '%d/%m/%Y %H:%i:%s') AS 'date', 'commen...