commit: 2025-07-28 15:07:20

This commit is contained in:
Paul Trowbridge 2025-07-28 15:07:20 -04:00
parent 5c9e18f11c
commit 2e9c7b2015

View File

@ -10,8 +10,8 @@ EXEC pricing.single_price_call
```
1. make sure pricing schema is setup
2. create target table: target_prices.ms.sql
3. populate targets: target_prices_copy.ms.sql
4. create history table: lastprice.ms.sql
5. populate history: make_hist.ms.sql
6. create proc: single_price_call.ms.sql
2. create target table: `target_prices.ms.sql`
3. populate targets: `target_prices_copy.ms.sql`
4. create history table: `lastprice.ms.sql`
5. populate history: `make_hist.ms.sql`
6. create proc: `single_price_call.ms.sql`