VbzCart/queries/qryItTypsDepts ItTyps

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | queries
Revision as of 01:34, 30 November 2009 by Woozle (talk | contribs) (used by)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

  • Requires:
  1. REDIRECT Template:l/vc/query,
  2. REDIRECT Template:l/vc/table
  • Used by: catalog Supplier page

SQL

<mysql>CREATE OR REPLACE VIEW qryItTypsDepts_ItTyps AS SELECT

 m.*,
 it.NameSng AS ItTyp_Sng,
 it.NamePlr AS ItTyp_Plr

FROM qryItTypsDepts_grpItems AS m LEFT JOIN cat_ittyps AS it ON m.ID_ItTyp=it.ID;</mysql>