select * from table1,table2 where ...

解决方案 »

  1.   

    customer and suppliers by city是一个表格的名字,不信你可以去看一看
      

  2.   

    select *  from [customer and suppliers by city]
      

  3.   

    select *  from "customer and suppliers by city"
      

  4.   

    select *  from [customer and suppliers by city]
      

  5.   

    select *  from [customer and suppliers by city]
      

  6.   

    select * from [Customer and Suppliers by City]
      

  7.   


    这种方法是对的select *  from [customer and suppliers by city]
    如果要数据库的话,可以是这样
    select *  from northwind..[customer and suppliers by city]
     
    多谢大家了!!
      

  8.   

    不过该怎么样给分了
    后面的都和ldcr520是一样的答案
    :(明天给分
      

  9.   

    不过该怎么样给分了
    后面的都和ldcr520是一样的答案
    :(明天给分
      

  10.   

    exec master..sp_rename 'customer and suppliers by city','customer'
    select *  from northwind..customer