Add xGen page

This commit is contained in:
ivarsbariss
2026-03-05 11:41:28 +01:00
parent 6aa6f485c5
commit 3a48064c27
42 changed files with 2214 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