English 中文(简体)
标签:的问答
铁路中的布尔字段
原文:Boolean fields in Rails

在我的铁路应用程序中, 我需要用模型存储布林田。 现在, 这引起了一个问题, 因为 Sqlite3 (我用来开发的) 使用字符常数 t 和 f 来表达真理值 。 MySQL...

优化我的SQL观点
原文:Optimization of a MySQL view

I want to join two MySQL tables and store it as a view, so I can address this view in a application in stead of querying two tables. But this view occurs to be extremely slow. This are my tables: ...

热门标签