Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
hugh_mungo
Starting Member
10 Posts |
Posted - 2008-02-04 : 10:59:10
|
| Is it possible to run a select statement to get the values for the AS clause e.g.SELECT person.empnumb AS (SELECT datadict.caption FROM datadict WHERE field = 'empnumb') I tried this but got a syntax error |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2008-02-05 : 08:22:41
|
quote: Originally posted by hugh_mungo Is it possible to run a select statement to get the values for the AS clause e.g.SELECT person.empnumb AS (SELECT datadict.caption FROM datadict WHERE field = 'empnumb') I tried this but got a syntax error
Why did you store alias names in seperate table?MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|