SQL Select Statement using column names from another table

前端 未结 0 1112
天命终不由人
天命终不由人 2020-11-27 17:09

I want to show a value in the select query using a concatenate formula stored in another table.

See the example below

SELECT 
    d.Name_ + \'|\' + c.N         


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