Advertisement
TDCustmerSupportJP

Untitled

Jul 6th, 2017
24,699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.19 KB | None | 0 0
  1. SELECT TD_TIME_FORMAT(time,'yyyy-MM-dd','JST') AS d, td_title, td_url
  2. FROM access_log
  3. /* 2017年1月のレコードのみを抽出 */
  4. WHERE TD_TIME_RANGE(time,'2017-01-01','2017-02-01','JST')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement