Hey Thanks for the Help guys,
Cap'n Steve I tried your query. I started by posting in a really old thread. With the old query that actually shows the last posts (including duplicates) I got:
SELECT threadid FROM post WHERE userid = 1 ORDER BY postid DESC LIMIT 15
140
1434
1332
1434
1445
1412
1434
1412
1412
1406
1091
1305
1368
1408
1378
These are the actual threadids of the last 15 posts I made, and in order, I checked.
When I added the GROUP BY threadid to the query (and changed the number to 5), it gave me
1445
1434
1406
1305
1368
Now it really makes no sense lol...
|