Cod postal | Localitatea | Strada | Judetul |
---|---|---|---|
611157 | Roman | Salciei | Neamt |
611157 | Roman | Salciei | Neamt |
617385 | Romani | Neamt |
ro-fr-NT-SELECT postal_code,city,street,county_id,county,street,city FROM ro WHERE (LCASE(county_id)=LCASE('NT')) AND (LCASE(city) LIKE LCASE('%Roman%')) AND ((LCASE(street) LIKE LCASE('%Salciei%')) OR (street='')) AND 1 ORDER BY city LIMIT 0,16-10