TSQL same SELECT with variable WHERE condition

后端 未结 0 647
情书的邮戳
情书的邮戳 2020-11-28 03:17

I need to run the following simple query:

SELECT a FROM myTable WHERE b = \'X\';

Where each X is taken from a text file as

x1
         


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