Hi,

I have two tables:

TABLE_1
=======
- id
- name

TABLE_2
=======
- id
- table1_id
- name

How could I make a select on table_1 that returns me only the
rows that donīt have any reference in table_2?

Any help would be appreciated.

Thankīs,
Ronan



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to