Hi guys! Can you plese help me resolve this error:SQLState = 37000, Native Error = 170Incorrect syntax near '', ''.Here is my code:bcp "SELECT '\"' + isnull(rtrim(ltrim(code)),' ') + '\"', '\"' + isnull(rtrim(ltrim(name)),' ') + '\"', '\"' + isnull(rtrim(ltrim(address1)),' ') + ' ' + isnull(rtrim(ltrim(address2)),' ') + '\"' as address, '\"' + isnull(rtrim(ltrim(area)),' ') + '\"', '\"' + isnull(rtrim(ltrim(type)),' ') + '\"', '\"\"', '\"\"', '\"\"', '\"\"', '\"\"', '\"' + isnull(rtrim(ltrim(cur)),' ') + '\"', '\"\"', '\"\"', '\"\"', '\"\"', '\"' + isnull(rtrim(ltrim(flag)),' ') + '\"', '\"\"', '\"' + isnull(rtrim(ltrim(limit)),' ') + '\"', '\"' + isnull(rtrim(ltrim(sdate)),' ') + '\"', '\"' + isnull(rtrim(ltrim(edate)),' ) + '\"', '\"' + isnull(rtrim(ltrim(flag2)),' ') + '\"', '\"' + isnull(rtrim(ltrim(reset)),' ') + '\"', '\" \"' FROM table WHERE code = '1'" queryout C:\test.csv -c -T -t,