CREATE ALGORITHM = UNDEFINED DEFINER = `aerion`@`localhost` SQL SECURITY DEFINER VIEW `vw_cnslt_con_3` AS SELECT DISTINCT `vw_cnslt_con_1`.`table_name` AS `table_name`, `vw_cnslt_con_1`.`refid` AS `refid`, `vw_cnslt_con_1`.`reftable` AS `reftable`, `vw_cnslt_con_1`.`tbl_to_update` AS `tbl_to_update`, `vw_cnslt_con_1`.`tbl_to_insert` AS `tbl_to_insert`, `vw_cnslt_con_1`.`fetch_cols` AS `fetch_cols`, `vw_cnslt_con_1`.`insert_cols` AS `insert_cols`, `vw_cnslt_con_1`.`action` AS `action` FROM `vw_cnslt_con_1`