查询的数据必须满足同时以下的条件:

fee_type <> crcfee
answer_type <> income
entrance_type <> PROJECT
SELECT * FROM dbo.FundsTypesAnswers 
WHERE NOT (fee_type = 'crcfee' AND answer_type = 'income' AND entrance_type ='PROJECT')

相关文章:

  • 2022-02-16
  • 2021-06-18
  • 2021-11-27
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-07-27
  • 2022-12-23
  • 2021-05-18
相关资源
相似解决方案