Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
//select the city from the specified region
return sql("TestSQL", "select localitatecity from localitaticities lc, judetedistrict jd, regiuniregion r where lc.idjudet=jd.id and jd.idregiune=r.id and r.regiune='Bucuresti'");

...