Hi,
This query will return the device, description, the device template and the softkey template associated with the devices with description beginning with "lagos"
run sql select d.name as device, d.description, pt.name as PhoneTemplate, sk.name as Softkey from device as d inner join phonetemplate as pt on d.fkphonetemplate=pt.pkid inner join softkeytemplate as sk on d.fksoftkeytemplate=sk.pkid where d.description like 'lagos%' order by softkey
Hope this helps..
Please rate all useful posts
"'Nature is too thin a screen, the glory of the omnipresent God bursts through it everywhere"-Ralph Waldo Emerson
Please rate all useful posts