Expand|Select|Wrap|Line Numbers
- insert into Tablename select '1111',
- name,address,phone,'1111', exec usp_storedProcedureName '1111', '1111', 'KA','EA'
- from edi856Item
- where autoid = '1111'
Msg 156, Level 15, State 1, Line 3
Incorrect syntax near the keyword 'exec'.
Msg 156, Level 15, State 1, Line 5
Incorrect syntax near the keyword 'from'.
Can anyone help please