 |
|
select tb1.account_name, tb1.cli_mac, tb2.month, tb2.date, tb2.time, tb2.year,
tb2.auth, tb2,ip, tb3. brand, tb3.name, tb3.mac, tb3.install_date, tb3.fac_name
from tb1 inner join tb2 on tb1.cli_mac = tb2.cli_mac
inner join tb3 on tb2.ip = tb3.ip
|
 |
 |
 |
 |
Date :
2010-03-02 10:28:21 |
By :
windersun |
|
 |
 |
 |
 |
|
|
 |