一分耕耘,一分收获

编程路上的成长与收获

 

随笔分类 -  数据库

查询语句
摘要:关联表的写法1.select ... from a,b,cwhere a... = b...and c...= b...2.select * from (SELECT [hotelID], [hotelName], [hotelStar],[CountryName]=(select C_Country_short from t_set_country where t_set_country.Cou... 阅读全文

posted @ 2007-07-25 15:31 如烟 阅读(183) 评论(0) 推荐(0)

导航