Quantcast
Channel: SCN : Discussion List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 685

"inserted" table not allowed in derived table query

$
0
0

The "inserted" table not allowed in derived table query.

 

create trigger a on newtable

for insert

as

insert into othertable

select a,c from

(

    select distinct a,b,c from inserted

) dt

 

Msg 208, Level 16, State 1

Server 'DBS', Procedure 'a', Line 3

inserted not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output).

 

Is this a documentated limitation in ASE ?


Viewing all articles
Browse latest Browse all 685

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>