hey,
I need to check 4 tables in the database, and return a value if found.... there are 4 tables, each one has a "year" column in it. THe user might have only one entry in any one of the 4 tables with say 2004 in the year col.
I need to make an SQL query which queries all 4 tables looking at the year column. If it finds say 2004 in one table, and 2003 in another, I need to return both those values.
I assume it needs to be a nested query or something?