Write a query to count a particular character in a string. e.g Return the number of times 'N' appears in string 'NITININ'. The result shoudl be 3.
Solution:
select length('NITININ') - length(replace('NITININ','N','')) from dual
Where to find ojdbc17_g.jar
-
I haven’t done much JDBC tracing yet, but recently for a Kerberos KCM + ANO
case I wanted more traces. In the old doc, on google and myoraclesupport,
you’l...
10 hours ago

No comments:
Post a Comment