Apache's Jakarta-Tomcat is probably your best bet to get started. Download for your platform, install, read the docs, write some Servlets or JSPs, and have fun.
http://jakarta.apache.org/tomcat/index.html
Well, I got an answer from another source that is similar to but simpler than that suggested by r937. In case anyone is interested, the trick was to use GROUP BY and HAVING COUNT(A.id) = x, where x is calculated in the application program code at the same time the list of filter values is...
Okay I shouldn't have complicated things by even including the description column in table A. Its value is only to demonstrate the desired results. Suppose that instead of the description column, table A had a completely unrelated column called blob_data. My objective is to select all...
I'm trying to retrieve only records from table A joined to table B where A.id = B.id and there is a matching record in table B for EVERY value in a list of values for B.filter.
For instance, given the following two tables:
-------- Table A ----------
| id | description |...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.