i doesn't seems to get right............
i have 2 column dateline from vbulletin db editlog
& post
i wanted "ORDER BY" displaying dateline depending which dateline is newer "mixing togther accordingly"
if i wrote this ORDER BY editlog.dateline, post.dateline
which is not what i wanted, as result returns new post's dateline all the way to bottom.... while recent post edit's dateline by the top
is there any way to get result returns
like sorting both column as one column
~thanks