Traditional Culture Encyclopedia - Photography major - Can I choose * FROM (EXEC stored procedure name) like this?

Can I choose * FROM (EXEC stored procedure name) like this?

You cannot use such a query statement. The name of the EXEC stored procedure itself is the result of the query.

However, the inserted statement can be executed.

Insert into #temptable

Exec stored procedure name