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
Post a Comment