|
| Total Answers and Comments: 5 |
Last Update: October 08, 2009 Asked by: Karthi |
|
| | |
|
Submitted by: shamimaziz select name from sysobjects where type = 'U' and id = ( select id from syscolumns where name = 'empid')
Above answer was rated as good by the following members: dheerukrishnap | Go To Top
|