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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Resolving Arithmetic Expressions

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-11-13 : 19:21:49
Srinivasan R writes "I have a Expression like this:
({010}+{020}*{999})/100

My table named "CodeTable" has the following structure
code value
010 2000.00
020 500.00
999 2500.00

Now, i need to replace my values into that expression containing codes within "{---}" braces using the above table.

I will be thankful for ur reply"
   

- Advertisement -