/*!50001 VIEW `atcorr_view` AS select `atCorr`.`at_i1` AS `at_i1`,`atCorr`.`at_i2` AS `at_i2`,`atGene`.`at_id` AS `at_id`,`atCorr`.`corr` AS `corr` from (`atCorr` join `atGene` on(((`atCorr`.`at_i1` = `atGene`.`at_i`) or (`atCorr`.`at_i2` = `atGene`.`at_i`)))) */;
/*!50001 SET character_set_client = @saved_cs_client */;
/*!50001 SET character_set_results = @saved_cs_results */;
/*!50001 SET collation_connection = @saved_col_connection */;
--
-- Final view structure for view `oscorr_view`
--
/*!50001 DROP TABLE IF EXISTS `oscorr_view`*/;
/*!50001 DROP VIEW IF EXISTS `oscorr_view`*/;
/*!50001 SET @saved_cs_client = @@character_set_client */;
/*!50001 SET @saved_cs_results = @@character_set_results */;
/*!50001 SET @saved_col_connection = @@collation_connection */;
/*!50001 SET character_set_client = utf8 */;
/*!50001 SET character_set_results = utf8 */;
/*!50001 SET collation_connection = utf8_general_ci */;
/*!50001 VIEW `oscorr_view` AS select `osCorr`.`os_i1` AS `os_i1`,`osCorr`.`os_i2` AS `os_i2`,`osGene`.`os_id` AS `os_id`,`osCorr`.`corr` AS `corr` from (`osCorr` join `osGene` on(((`osCorr`.`os_i1` = `osGene`.`os_i`) or (`osCorr`.`os_i2` = `osGene`.`os_i`)))) */;
/*!50001 SET character_set_client = @saved_cs_client */;
/*!50001 SET character_set_results = @saved_cs_results */;
/*!50001 SET collation_connection = @saved_col_connection */;