有没有办法在Rails3中使用MySQL联合?
发布于 2011-04-07 23:52:44
Model.find_by_sql("your union query")
https://stackoverflow.com/questions/5583471
相似问题