问题
My question is similar to this post but in their example I want to remove the first delimiter in the output. In the SQL file that's being called, I set nocount on
, proc_return_status off
, and set proc_output_params off
which I figured would remove that column previously inhabited by the x rows affected
lines and other statements but now it's just blank. For the isql parameters, I'm just using -s","
and am unsure if I need to add anything else.
Desired output:
,some_column_entry,3212
becomes this:
some_column_entry,3212
来源:https://stackoverflow.com/questions/60855707/sybase-ase-isql-remove-blank-first-column-from-output-into-csv-file