Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT trends.itemid, items.name, items.hostid, hosts.name, trends.value_max,trends.clock FROM items INNER JOIN trends ON items.itemid = trends.itemid INNER JOIN hosts ON items.hostid = hosts.hostid WHERE trends.itemid = 23347 AND trends.clock >= 1406214000 AND trends.clock <= 1406473200;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement