摘要:
来自:http://zhidao.baidu.com/question/147352997.html---------------------------------------------------------------mssql2005select physical_name from sys.database_filesmssql2000select filename from sysfiles-----------------------------------真正使用中,由于要先确实是哪个数据库,所以可以这样use shopdaxia;select physical_name f 阅读全文
摘要:
SELECT top_xuhao,top_order_id FROM top_order WHERE top_xuhao IN (SELECT DISTINCT top_xuhao FROM top_trade WHERE top_xuanzhong = 1) ORDER BY top_order_id,top_titleSELECT top_xuhao,top_order_id FROM top_order WHERE top_xuhao IN (SELECT DISTINCT top_xuhao FROM top_trade WHERE top_xuanzhong = 1) ORDER B 阅读全文