We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cc946 commit e2c8756Copy full SHA for e2c8756
SQL.sql
@@ -70,7 +70,7 @@ REVISED_START_DATE,
70
REVISED_QTY_DUE,
71
PRIORITY_CATEGORY,
72
ROWSTATE,
73
-CONTRACT --The last table doesn't need a comma
+CONTRACT --The last column doesn't need a comma
74
FROM IFS.SHOP_ORD_TAB as SOT --This is the table you want to pull those columns from (The as SOT is just a shortening)
75
WHERE SOT.CONTRACT = '2051' and SOT.ROWSTATE = 'Released' and SOT.PART_NO LIKE 'MMK%' --This filter the Relevant columns
76
0 commit comments