Files
dojo/lib/Dojo/Model/Data/store/qIdStore.q
2019-04-04 19:45:51 -06:00

15 lines
186 B
Plaintext
Executable File

select
id,
objeto,
nombre,
precio,
subnombre,
promocion,
opcion,
descripcion,
imagenb as "imagen",
existencia,
entrega_id "entrega_id"
from tienda where id=? and activo =1;