Hi Folks
How can I write a sql that returns only the first row of the result set.
For example:
This sql statement will return all issues of project XXX in ascending order
> project="XXX" ORDER BY createdDate ASC
I'd like to get the first issue from the return set. What is the syntax?
Thanks
J.N