原创 sqlhelper中ConfigurationManager的問題

GetConnSting函數在sqlhelper類中。該類使用到了ConfigurationManager。 sqlhelper在編譯的過程中遇到問題,問題原因是ConfigurationManager無法識別。 Configuratio

原创 SQL的left join、right join說明,以及on和where的區別

就一段SQL查詢代碼展開 select * from product right join (select product_id from product_color where color_id=1) as product_color