update issue a join TABLE b on on a.id=b.isid set a.group_date= b.groupDate
update issue a join TABLE b on on a.id=b.isid set a.group_date= b.groupDate
<update id="batchUpdateIssueGroupDate">
<![CDATA[
...
文章程序员诗人
2017-10-20
504浏览量
Mysql 计算当前日期是本月第几周:一个自定义算法
月初跟月末看当前日期所在周的周三是几月份的,就算作是几月份的周。
Map<String,String> getGroupDate(@Param(value="inputDate") Date inputDate);
<select id="getGroupDate...
文章程序员诗人
2017-09-04
1030浏览量
mysql 中 You can't specify target table for update in FROM clause错误
mysql 中 You can't specify target table for update in FROM clause错误
mysql中You can't specify target table <tbl> for update in FROM clause错误的意思是说,...
文章程序员诗人
2017-10-20
756浏览量
openstack中dashboard页面RuntimeError: Unable to create a new session key. It is likely that the cache is unavailable.
lua的除了numeric for循环, 还有一个比较实用的循环方法.With proper iterators, we can traverse almost anything in a readable fashion. The standard
libraries provide sever...
今天数据库日志报警,然后查看日志报错如下:
Sat Jun 07 17:35:19 2014
Archived Log entry 3272 added for thread 1 sequence 3224 ID 0xaad09f63 dest 1:
Sat Jun 07 17:35:36 201...
文章重庆八怪
2014-06-07
1117浏览量
【Java】Java枚举类型示例
package com.ceac.deng;
public class T13Enum {
public static void main(String[] args) {
// TODO Auto-generated method stub
WeekDay todDay = We...
文章沧海一笑dj
2014-11-26
611浏览量
关于正则表达式第四篇
正则表达式,林林总总说了几篇,还是有不少的内容需要补充。
-->星号
字符出现0次或者多次
$ echo "ik"|sed -n '/e*/p'
ik
$ echo "ieek"|sed -n '/e*/p'
ieek
$ echo "This is a color TV"|sed -n '...
文章jeanron100
2014-11-13
568浏览量
Oracle ASM 翻译系列第二十八弹:ASM INTERNAL Partnership and Status Table
Partnership and Status Table
Partnership and Status Table简称PST表包含了一个磁盘组中所有磁盘的相关信息-磁盘号,磁盘状态,partner的磁盘号,心跳信息和failgroup的信息(11G及以上版本)。
每个磁盘的AU 1是为PST表预留...