Guest User

Untitled

a guest
Nov 19th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. SELECT * FROM table1 WHERE hour(time) > 5;
  2.  
  3. SELECT * FROM table1 WHERE hour(convert_tz(time, @@session.time_zone, 'America/New_York')) > 5;
Add Comment
Please, Sign In to add comment