1
select `labtech`.`autostartup`.`ComputerID` AS `ComputerID`,`labtech`.`autostartupdefs`.`Name` AS `DefName`,`labtech`.`autostartup`.`Name` AS `Name`,`labtech`.`autostartup`.`Value` AS `Value`,`labtech`.`autostartup`.`Filename` AS `Filename` from (`labtech`.`autostartup` join `labtech`.`autostartupdefs` on((`labtech`.`autostartup`.`AutoDefID` = `labtech`.`autostartupdefs`.`AutoDefID`)))