Is there a way to dynamically chose table in subquery from content of main query in SQL?

前端 未结 0 1177
离开以前
离开以前 2021-01-18 19:25

I have tables a bit like the following:

GroupText (itemId int, tableName nvarchar, text nvarchar) 1, \'ItemTable1\', \'Some text\' 2, \'ItemTable2\', \'Some text\' 3,

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