首頁 > 問答 > 主體
巴扎黑2017-04-17 15:45:30
我的專案中也有很多跨庫 表關聯的查詢,實作起來很簡單:
select a.uid from ucenter.user a , database user_profile b where a.uid = b.uid;
只要在表的前邊加上庫名即可。
這個是我專案中xml 中的一個例子,專案採用的是springmvc,持久層框架就是mybatis:
專案的資料來源配置:
首頁
課程
問答
我的