i have around 3000 locations in a table.I need to get location details for only specific 1300 locations from total locations.Its time taking to select locations in where clause. Is there any way do that in sql columns in table are location id,location name and location code.
select location_id,location_id,location_code from location where location_id in ('','',''......)