select * from syscolumns A inner join sysobjects B
on A.id = B.id
where A.name = 'professionaltitle'
select professionaltitle,* from DMFEMPLOYEEENTITY where professionaltitle <> ''
select professionaltitle, * from dirpartytable where professionaltitle <> ''
on A.id = B.id
where A.name = 'professionaltitle'
select professionaltitle,* from DMFEMPLOYEEENTITY where professionaltitle <> ''
select professionaltitle, * from dirpartytable where professionaltitle <> ''
No comments:
Post a Comment