Hi,
I've got a first query:
ResultSet r = s.executeQuery ("SELECT COUNT(*) AS rowcount FROM customer"
further down, I'd like to add another part of the query, how do I write this? I've tried that but it doesn't work:
req = r.(" LIMIT page_start, per_page"
Thanks
Vero
I've got a first query:
ResultSet r = s.executeQuery ("SELECT COUNT(*) AS rowcount FROM customer"
further down, I'd like to add another part of the query, how do I write this? I've tried that but it doesn't work:
req = r.(" LIMIT page_start, per_page"
Thanks
Vero