created by 'X' of 'Y' on 'Z' |
8/10/2006 2:27:48 PM |
PHPRunner General questions | |
A
amirgulamali author
Hi,
|
|
J
|
Jane 8/11/2006 |
Amir, select `table1`.`userID`, `users`.`Usergroup`, `table1`.`datetime`, concat('created by ',`table1`.`userID`,'of ',`users`.`Usergroup`,'on ',`table1`.`datetime`) as `full info` from `table1` inner join `users` on `table1`.`userID`=`users`.`userID` |