Skip to content

Commit e2c8756

Browse files
committed
SQL
1 parent 63cc946 commit e2c8756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ REVISED_START_DATE,
7070
REVISED_QTY_DUE,
7171
PRIORITY_CATEGORY,
7272
ROWSTATE,
73-
CONTRACT --The last table doesn't need a comma
73+
CONTRACT --The last column doesn't need a comma
7474
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)
7575
WHERE SOT.CONTRACT = '2051' and SOT.ROWSTATE = 'Released' and SOT.PART_NO LIKE 'MMK%' --This filter the Relevant columns
7676

0 commit comments

Comments
 (0)