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 Localitate from Localitati l, Judete j, Regiuni r where l.idjudet=j.id and j.idregiune=r.id and r.regiune='BUCURESTI'");

Image RemovedImage Added