alter scnaerio package for part, bill, ship

This commit is contained in:
Trowbridge 2019-03-18 16:02:45 -04:00
parent 7f5277546b
commit 191b735061
2 changed files with 10 additions and 9 deletions

View File

@ -33,6 +33,7 @@ Postgres.FirstRow = function (inSQL, args, inResponse) {
server.get('/', (req, res) => res.send('node.js express is up and running'))
server.get('/login', (req, res) => res.sendFile('//mnt/c/Users/PTrowbridge/Documents/forecast_api/msauth.html'))
server.get('/logs', (req, res) => res.sendFile('~/forecast_api/logs.html'))

View File

@ -23,10 +23,10 @@ mseq AS (
--select * from mseq
,base AS (
SELECT
order_season
,order_month
,version
,iter
--order_season
--,order_month
--,version
--,iter
,part_descr
,bill_cust_descr
,ship_cust_descr
@ -37,10 +37,10 @@ FROM
WHERE
where_clause
GROUP BY
order_season
,order_month
,version
,iter
--order_season
--,order_month
--,version
--,iter
,part_descr
,bill_cust_descr
,ship_cust_descr