if you're on 15.7, than use: deferred name resolution
set it to 1 (disabled by default), and no need to create the temp table anymore outside the proc
object resolution will only be performed when the proc is executed, not when it's created
if you're on 15.7, than use: deferred name resolution
set it to 1 (disabled by default), and no need to create the temp table anymore outside the proc
object resolution will only be performed when the proc is executed, not when it's created