K
Kevin Pedersen
I have two tables:
---------------- ----------------
| Street | | Business |
|----------------| |----------------|
| id | name | | id | streetId |
|----------------| |----------------|
| 1 | Main | | 1 | 1 |
| 2 | First | | 2 | 3 |
| 3 | Second | ----------------
| 4 | Fifth |
----------------
What I want to do is select all of the streets that don't have a
business associated with them.
Thanks in advance,
Kevin
---------------- ----------------
| Street | | Business |
|----------------| |----------------|
| id | name | | id | streetId |
|----------------| |----------------|
| 1 | Main | | 1 | 1 |
| 2 | First | | 2 | 3 |
| 3 | Second | ----------------
| 4 | Fifth |
----------------
What I want to do is select all of the streets that don't have a
business associated with them.
Thanks in advance,
Kevin