赞
踩
-
- SET @sel_sql = CONCAT(
- "SELECT COUNT(id) AS count FROM sample
- WHERE is_del = 1",
- opt,
- " AND last_commit_time >'",
- start_hour,
- "' AND last_commit_time < '",
- end_hour,
- "' ORDER BY last_commit_time into @datas"
- );
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。