Search found 2 matches

by bobthebob1234
Fri Aug 28, 2009 1:00 pm
Forum: Databases
Topic: MySQL query, select what hasn't been selected.
Replies: 2
Views: 363

Re: MySQL query, select what hasn't been selected.

OMG WOW!

A little tweek and that is perfect!

Thanks.
by bobthebob1234
Fri Aug 28, 2009 10:11 am
Forum: Databases
Topic: MySQL query, select what hasn't been selected.
Replies: 2
Views: 363

MySQL query, select what hasn't been selected.

I think this is the right board to post this in. Kinda new here. Anyways; Basically i want to select everything in a table which isn't in another one... ok, that made more sense in my head. I have 3 tables, 'days' 'duties' and 'duty_days' duty_days has duty_id and day_id fields (from the other two t...