Hi,
If I have a table called names with the following:
userid
url_type
username
band_name
Is there a way to select the band_name and if !exists select the username in one statement? All entries contain username but not all contain band_name.
If this helps, url_type is set to 1 when a band_name is entered.
Thanks.