Commit 899b877
authored
Update all-transact-sql.md
you need to double the ' otherwise you get this error ,
Execution failed due to an unexpected error:
Error: SQL Execution error: A fatal error occurred.
Incorrect syntax was encountered while PRINT 'At least one item for this order can't be manufactured in specified number of days.'
ELSE
PRINT 'All items for this order can be manufactured in the specified number of days or less.' ; was being parsed.1 parent 11ab8a2 commit 899b877
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments