Skip to content

Commit 6eafcad

Browse files
authored
Update this-document-has-been-posted.md
The script in step 5 either needs to the * removed at the end of the select statement OR what I propose is putting the comma before it. The script as-is is invalid.
1 parent a848833 commit 6eafcad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/dynamics/gp/this-document-has-been-posted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To resolve this problem, use an SQL query tool to discover why the document is d
5555
5. Run the following script against the company database:
5656

5757
```sql
58-
Select PSTGSTUS, BCHSOURC, VOIDSTTS,TRXSORCE, DEX_ROW_ID * from SOP10100 where SOPNUMBE = 'Enter your SOP Document number with issue'
58+
Select PSTGSTUS, BCHSOURC, VOIDSTTS,TRXSORCE, DEX_ROW_ID, * from SOP10100 where SOPNUMBE = 'Enter your SOP Document number with issue'
5959
```
6060

6161
6. > [!NOTE]

0 commit comments

Comments
 (0)