sql語句記錄1
阿新 • • 發佈:2022-03-30
記錄一段sql語句
1 use db_hq_price_alarm; 2 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 2, 5, '您的自選股{stockName}股價下跌至您設定的{subValue}元,當前股價{nowPrice}元,當前漲幅{zdf}%。', '股價預警', 1, '股價異動', '股價低於', '價格預警提醒'); 3 INSERT INTO`t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 3, 5, '您的自選股{stockName}日漲幅達到您設定的{subValue}%,當前漲幅{zdf}%,當前股價{nowPrice}元。', '漲跌幅預警', 1, '股價異動', '日漲幅度', '價格預警提醒'); 4 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES(null, 4, 5, '您的自選股{stockName}日跌幅達到您設定的-{subValue}%,當前跌幅{zdf}%,當前股價{nowPrice}元。', '漲跌幅預警', 1, '股價異動', '日跌幅度', '價格預警提醒'); 5 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 1, 5, '您的自選股{stockName}股價上漲至您設定的{subValue}元,當前股價{nowPrice}元,當前漲幅{zdf}%。', '股價預警', 1, '股價異動', '股價高於', '價格預警提醒'); 6 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 50, 1, '您的自選股{stockName}溢價達到{subValue}%,當前股價{nowPrice}元。', '基金溢價', 1, '股價異動', '基金溢價', '基金溢價'); 7 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 51, 1, '您的自選股{stockName}折價達到{subValue}%,當前股價{nowPrice}元。', '基金折價', 1, '股價異動', '基金折價', '基金折價'); 8 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 50, 5, '您的自選股{stockName}溢價達到{subValue}%,當前股價{nowPrice}元。', '基金溢價', 1, '股價異動', '基金溢價', '基金溢價'); 9 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 51, 5, '您的自選股{stockName}折價達到{subValue}%,當前股價{nowPrice}元。', '基金折價', 1, '股價異動', '基金折價', '基金折價');