System generated commit, initial commit

This commit is contained in:
2026-04-03 16:24:02 +00:00
parent d7af846f26
commit 9fc5f608d4
231 changed files with 17896 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
SELECT TITEM1.item_number AS item1,
TITEM1.item_descrip1 AS item1_descrip,
TITEM2.item_number AS item2,
TITEM2.item_descrip1 AS item2_descrip,
TITEM2.item_descrip2 AS item2_spec
FROM mpe.hwcompatibilitypairs
JOIN item AS TITEM1 ON hwcompatibilitypairs_item1_id = TITEM1.item_id
JOIN item AS TITEM2 ON hwcompatibilitypairs_item2_id = TITEM2.item_id