VbzCart/queries/qryStk lines Title info

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot

Details

SQL

<section begin=sql /><mysql>CREATE OR REPLACE VIEW qryStk_lines_Title_info AS SELECT

 s.*,
 i.ID_Title

FROM stk_items AS s LEFT JOIN cat_items AS i ON s.ID_Item=i.ID;</mysql> <section end=sql />