The INTO portion of the SELECT INTO/VALUES INTO statement could not be deleted: ''0.''
Explanation
The statement is syntactically incorrect.
User response
Make sure that the SELECT INTO/VALUES INTO statement is syntactically correct. It must be of the form ''SELECT INTO #outparam_1#, ..., #outparam_n# FROM ...''