MySQL Forums
Forum List  »  New in 4.1: Subqueries

SubQuery (it's possible)
Posted by: Marco Branco
Date: January 23, 2005 05:43PM

Hi.

I have two tables, customer table and insurances table.

Customer table:
customer autoincrement (primary key)
name varchar
....

Insurance table:
company varchar(6)
insurance carchar(13)
customer integer
....

i need to filter the customers that add insurances only in company 'axa'

ist's possible?

Thank's in advance

Note: i am using mysql 4.1

Options: ReplyQuote


Subject
Views
Written By
Posted
SubQuery (it's possible)
4331
January 23, 2005 05:43PM
3059
January 26, 2005 09:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.