Hi,
I was wondering where would I find a reference link to all the supported SQL commands available? I need to do things like substring on the body field and only return certain intervals of rows - top 20, next 20, third 20, etc.
I could just alter the dowalk script and maintain another field that holds the substring, but that would be redundant.
Or I could just retrieve everything (select * form html ...) and do the substring and intervals at the servlet level, but that is pretty inefficient.
Thanks for your help.
I was wondering where would I find a reference link to all the supported SQL commands available? I need to do things like substring on the body field and only return certain intervals of rows - top 20, next 20, third 20, etc.
I could just alter the dowalk script and maintain another field that holds the substring, but that would be redundant.
Or I could just retrieve everything (select * form html ...) and do the substring and intervals at the servlet level, but that is pretty inefficient.
Thanks for your help.