SQL server Query to get result after calculation

前端 未结 0 1671
夕颜
夕颜 2021-01-04 20:39

Below is the code

create table #temp(nm varchar(10))

insert into #temp values (\'1+2\')
insert into #temp values (\'(1+2)*3\')

select * from #temp 
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题