[DOC] Instructions to specify database to run query on
This commit is contained in:
parent
3e4bcc1043
commit
1be0a7c411
@ -1,3 +1,6 @@
|
|||||||
|
-- Sales per item per month for UNO7 years for Fiscalia request
|
||||||
|
-- Run on old 'comercial' database
|
||||||
|
|
||||||
SELECT
|
SELECT
|
||||||
DATE_FORMAT(dv.fecha,'%Y%m') AS mes,
|
DATE_FORMAT(dv.fecha,'%Y%m') AS mes,
|
||||||
i.id_item AS cod_item,
|
i.id_item AS cod_item,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user