Re: mysql query error

2002-11-20 Thread Dan Nelson
In the last episode (Nov 21), ck nuke said: > I have a problem about : mysql query > I need help for this. > Sever: mysql Version: 4.0.4-bata > SELECT p.pid, p.dateline, t.tid, t.replies FROM cdb_threads t, > cdb_posts p WHERE p.tid=t.tid AND t.fid='24' ORDER BY p.dateline DESC LIMIT > 0,1

mysql query error

2002-11-20 Thread ck nuke
Hi I have a problem about : mysql query I need help for this. Sever: mysql Version: 4.0.4-bata SELECT p.pid, p.dateline, t.tid, t.replies FROM cdb_threads t, cdb_posts p WHERE p.tid=t.tid AND t.fid='24' ORDER BY p.dateline DESC LIMIT 0,1 When use this command, no result ---