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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -