oracle - SCORE declaration in SQL is giving the following error -
im trying execute below query score
select distinct id, score ( select distinct id,score(1) score,name testtable contains (name,'about(test)', 1) > 34 order upper(name) ) rownum <= 100 order score desc
but throwing ora-29908: missing primary invocation ancillary operator
unable figure out cause. tia help
Comments
Post a Comment