Hi there,
Another plain SQL question. I have data that holds entity relationships across years. From it I'd like to know which values of Entity2 have only ever been related to a single Entity1 regardless of the year.
Data looks like the following...
Entity1 Entity2 Year
443 444...
Hello,
Question about formatting my query results.
I have a customer table and a customer_phone table linked by customer_id field.
When I select records from customer_phone for a particular customer_id I get as many rows as the customer has phone numbers.
For example
select * from...
Hello,
I have an issue with SQL and I just cant seem to figure out the approach to achieve the result I need....
I have the following record set and I am wondering how I can remove certain rows.
C1[tab]C2[tab]C3[tab][tab]C4
A[tab]B[tab][tab]C[tab][tab]1
A[tab]C[tab][tab]C[tab][tab]2...
Hello, I am fairly new to SQL and have a question that I'd like to pose.
I have a list of IDs an I would like to find which IDs in that list do not exist in a particular table. It is simple to find the ones that exist in the table, but I am not sure how to go the other way.
For example say I...
Hi there,
I am not new to ant but have never seen the functionality it is now exhibiting, and I am confused
I have a build file with 3 main targets.
Target 1 functional-test:
Gets all files based on branches from cvs and compiles and composes an EAR and WAR file for deployment as well, zips...
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.