merge:将t2表的数据插入t1,当t2的a2值存在a1中时,使用t2的数据更新t1的数据,当a2的值不存在时,直接插入t1表
variable:设置数据select a as temp;
custom:用户自定义sql