How to use PredicateBuilder together with Inner Join

前端 未结 0 929
抹茶落季
抹茶落季 2021-01-20 13:50

SQL

    SELECT * FROM City as a
      inner join Country as b
      on a.CountryCode= b.CountryCode
      where b.Country Name like %countryName%
相关标签:
回答
  • 消灭零回复
提交回复
热议问题