$rows = DB::table("anemometro") ->where("TIMESTAMP(fecha, hora) > DATE_SUB(NOW(), INTERVAL 2 HOUR)") ->get();