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 city from cities c, district d, region r where c.idjudetiddistrict=d.id and d.idregiuneidregion=r.id and r.regiuneregion='Bucuresti'");