2025-02-20 07:48:49 +00:00
|
|
|
CREATE OR REPLACE DEFINER=`vn`@`localhost`
|
2024-01-15 11:31:03 +00:00
|
|
|
SQL SECURITY DEFINER
|
|
|
|
VIEW `vn2008`.`Cubos_Retorno`
|
|
|
|
AS SELECT `rb`.`id` AS `idCubos_Retorno`,
|
|
|
|
`rb`.`freightContainerType` AS `Soporte`,
|
|
|
|
`rb`.`freightPackagingEmpty` AS `Vacio`,
|
|
|
|
`rb`.`freightPackagingFull` AS `Lleno`
|
|
|
|
FROM `vn`.`returnBuckets` `rb`
|