我试图用JOOQ生成这个简单的SQL,但由于某些原因,我无法完成它。 F TEXT我以为这会像 .column("F", MySQLDataType.TEXT);
不幸的是,不推荐MySQLDataType (Do not reference this type directly from client code. Referencing this type before the SQLDataType class has been initialise
我读到了类似问题的解决方案,但在我的案例中似乎行不通,我试过:( (things below is just an **example** to show that it willreturn a table)*clounmname* FROM *tablename*)但我的mysql所以我不知道该怎么做,mysql工作台有什么问题吗?
(的版本号为6.2Ubuntu14.04)(上面的查询只是一个例子,我知
以下是我的问题 SELECT r.*,TIMESTAMPDIFF(MINUTE,r.from, r.to) / 60 as hours from RestaurantOpeningHours r; 结果如下: id rId day from to createdAt updatedAt hours142055 1 2 13:15