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`.`Movimientos_componentes`
|
|
|
|
AS SELECT `sc`.`saleFk` AS `Id_Movimiento`,
|
|
|
|
`sc`.`componentFk` AS `Id_Componente`,
|
|
|
|
`sc`.`value` AS `Valor`,
|
|
|
|
`sc`.`created` AS `created`,
|
|
|
|
`sc`.`isGreuge` AS `greuge`
|
|
|
|
FROM `vn`.`saleComponent` `sc`
|