[原创] IN 与JOIN 语句的相互转换问题
用JOIN语句如何实现下列用IN 编写的语句。谢谢大家
Select Code_,Name_ from SysList where TID_ IN (Select ID_ from SysListT where Code_=15 and CorpCode_=@CorpCode)
謝謝樓上的回復﹐但是有几點想和您交流一下﹕
1. 起別名可以用空格﹐如程序段中的SysList S
2. 我在SQL Query Analyzer 中調試了一下﹐提示說找不到Code_,Name_,(表結構中已建立﹐而且用IN編寫的程序段是可以使用的)
希望以后可以多多交流