Hi,
Is it possible to get a rowcount from a clob, without writing a loop to iterate/count each row?
I'm working on a CSV extract procedure, which has been passed a Clob parameter and I just need to extract its rowcount.
I was expecting a useful function to exist, but it seems not?
Thanks in advance