Comment out or remove extraneous commas to prevent a syntax error.
Comment out or remove extraneous commas to prevent a syntax error. Often when I remove several columns I forget to remove the comma on the preceding line.
Ex. A
SELECT a,
b,
FROM worktable
Ex. B
SELECT ,b
,c
FROM worktable
1
vote
Anonymous
shared this idea