mason
Results
1
comments of
mason
> > Q2: 扩展问题:同理,如果我想对查询的数据字段进行一些额外的sql语句处理,请问有其他什么方法吗,谢谢 > > A2: info := userTable.GetInfo().Where("bid", "=", 2) > > 我的意思是指类似这样的语句:select `id`,`name`,FROM_UNIXTIME(`time`) as date from a where id = 1; > FROM_UNIXTIME(`time`) as date 使用到了 mysql...