How could I delete rows from say.. 3 tables that are linked..
I can join them in a SELECT with no problem, but I have no idea how i'd delete em..
tables:
thread - threadID
topic - topicthreadID
reply - replythreadID
that's how i wanted them linked, thanks if you can help! :D
The only real problem *I* have is that the DATE field is both date/time.. and I don't know how to make it only count the date part, otherwise I suppose I'd be perfectly fine.
okay.. here's the *HUGE PLAN*..
table news.. is "ta2knews" the important field for finding the last 5 used dates is "date" and that's what i want it to be JOINED ON.. and for the outputted news data.. "body" basically..
so like.. i want this:
- Day 1
-- News Item...
This *may not* be the same type of question.. but I want to select all the news from the last *5 days posted in* (so.. maybe one's 3 days ago and the next is 5 days ago.. and so on) and INNER JOIN THEM so that news items in similar days are listed under one heading..
the only idea that came to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.