Cod postal | Localitatea | Strada | Judetul |
---|---|---|---|
611016 | Roman | Felix, doctor | Neamt |
611016 | Roman | Felix, doctor | 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('%Felix,_doctor%')) OR (street='')) AND 1 ORDER BY city LIMIT 0,16-10