Hi,
I need to limit results in the following query type:
I found a reference that says I should be able to use LIMIT x[,y], but
I don't know where/exactly how to add that to the string. Once I know
what it's supposed to look like, and can write something to generate
it.
If someone could post an example using the above and limiting the
output to 100 records starting at position 1, that would be great.
I need to limit results in the following query type:
I found a reference that says I should be able to use LIMIT x[,y], but
I don't know where/exactly how to add that to the string. Once I know
what it's supposed to look like, and can write something to generate
it.
If someone could post an example using the above and limiting the
output to 100 records starting at position 1, that would be great.
Comment