sql - ORA-00905: missing keyword for select into -


i trying this

select 'll'  ipa_prcadj_hdr(ipaph_remarks) dual; 

but showing error `ora-00905: missing keyword'

if ipa_prcadj_hdr exists ...

insert ipa_prcadj_hdr select * dual 

if want create ipa_prcadj_hdr based on records in dual...

create table ipa_prcadj_hdr select * dual    

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -