VbzCart/queries/qryItTypsDepts ItTyps: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
links to required stuff |
used by |
||
| Line 1: | Line 1: | ||
==About== | ==About== | ||
* '''Requires''': {{vbzcart/query|qryItTypsDepts_grpItems}}, {{vbzcart/table|cat_ittyps}} | * '''Requires''': {{vbzcart/query|qryItTypsDepts_grpItems}}, {{vbzcart/table|cat_ittyps}} | ||
* '''Used by''': catalog Supplier page | |||
==SQL== | ==SQL== | ||
<section begin=sql /><mysql>CREATE OR REPLACE VIEW qryItTypsDepts_ItTyps AS | <section begin=sql /><mysql>CREATE OR REPLACE VIEW qryItTypsDepts_ItTyps AS | ||
Latest revision as of 01:34, 30 November 2009
About
- Requires: qryItTypsDepts_grpItems, cat_ittyps
- Used by: catalog Supplier page
SQL
<section begin=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> <section end=sql />
