直播频道在线用户数插入.sql 191 B

12
  1. insert into tlive_usercount( rmkenable, channelid, time, count)
  2. select 0,$channelid$,$time$,$count$ where not exists(select * from tlive_usercount where channelid=$channelid$ and time=$time$)