7 lines
188 B
MySQL
7 lines
188 B
MySQL
|
CREATE OR REPLACE DEFINER=`root`@`localhost`
|
||
|
SQL SECURITY DEFINER
|
||
|
VIEW `vn2008`.`thermograph`
|
||
|
AS SELECT `t`.`id` AS `thermograph_id`,
|
||
|
`t`.`model` AS `model`
|
||
|
FROM `vn`.`thermograph` `t`
|