8 lines
228 B
MySQL
8 lines
228 B
MySQL
|
CREATE OR REPLACE DEFINER=`root`@`localhost`
|
||
|
SQL SECURITY DEFINER
|
||
|
VIEW `vn2008`.`cl_res`
|
||
|
AS SELECT `c`.`id` AS `id`,
|
||
|
`c`.`description` AS `responsable`,
|
||
|
`c`.`responsability` AS `sensibility`
|
||
|
FROM `vn`.`claimResponsible` `c`
|