I'm basically trying to perform a VLOOKUP in SQL but I can't seem to get it to work... heres the code I'm trying
SELECT Cities
FROM tblMetroAudCLcity
WHERE Citytype='Info2.area';
Returns an empty table for me :-(
SELECT Cities
FROM tblMetroAudCLcity
WHERE Citytype='Info2.area';
Returns an empty table for me :-(