yuriabele
  • Posts: 2
  • Joined: 8/13/2014
In ORACLE SQL Developer you can execute current query.
As "Current Query" is used text between two ";".

Because in T-SQL developers often don't use semicolon we can implement not "Execute current query", but "Mark current query".
Andrei
  • Posts: 398
  • Joined: 7/1/2012
I think that your proposal is safer than "run current query". How will you use it ? Define an shortcut and then run it, followed by F5 ?
yuriabele
  • Posts: 2
  • Joined: 8/13/2014
Yes, I think it will be safer to select "Current Query".
If you have enough logic to identify one query (f.ex. from "SELECT" to last expression in "ORDER BY"), then could be possible to mark query self and not all texts between two ";"
Andrei
  • Posts: 398
  • Joined: 7/1/2012
Ok, will estimate it. thank you !
  • You cannot post new topics in this forum.
  • You cannot reply to topics in this forum.
  • You cannot delete your posts in this forum.
  • You cannot edit your posts in this forum.
  • You cannot create polls in this forum.
  • You cannot vote in polls in this forum.