VbzCart/docs/queries/v stk byItemAndBin wItemInfo: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle (New page: ==Details== * '''Status''': Is anything actually using this? '''Document!''' (I've tentatively removed the link in Access.) * '''Requires''': {{vbzcart/query|v_stk_byItemAndBin}}, {{vbzcar...) |
m (Woozle moved page VbzCart/VbzCart/queries/v stk byItemAndBin wItemInfo to VbzCart/docs/queries/v stk byItemAndBin wItemInfo without leaving a redirect: part 3/5) |
(No difference)
|
Latest revision as of 01:56, 25 February 2024
Details
- Status: Is anything actually using this? Document! (I've tentatively removed the link in Access.)
- Requires: Template:Vbzcart/query, Template:Vbzcart/query
- Used by:
SQL
<section begin=sql /><mysql>CREATE OR REPLACE VIEW v_stk_byItemAndBin_wItemInfo AS
SELECT * FROM v_stk_byItemAndBin AS s LEFT JOIN qryCat_Items AS i ON s.ID_Item=i.ID;</mysql>
<section end=sql />