Difference between revisions of "VbzCart/queries/v stk byItemAndBin wItemInfo"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(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...)
 
(No difference)

Latest revision as of 02:00, 4 December 2008

Details

  • Status: Is anything actually using this? Document! (I've tentatively removed the link in Access.)
  • Requires:
  1. REDIRECT Template:l/vc/query, qryCat_Items
  • Used by:

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>