Viewing 2 posts - 136 through 137 (of 137 total)
One alternative is as follows
- Database Structure:
1'3.75"X2'1.25" is a complex datatype. Convert this in to two simple datatypes(length and width)
So...
April 7, 2003 at 10:29 am
#453363
Sql*Server does not allow to reference variables in the from clause for table names.
You need to use dynamic sql to execute the query. I have created an example...
April 7, 2003 at 10:04 am
#453360