Hi, i want to be able to search the same field which is included in multiple tables for a number. The three tables are, Minsecurity, Maxsecurity, Medsecurity and the field is prisoner id.
I've tried:
SELECT * FROM Medsecurity UNION FROM Minsecurity UNION FROM Maxsecurity WHERE [Prisoner ID]='1';
Any help would be appreciated