former_member265525
Explorer
Member since ‎2006 Apr 09

User Statistics

  • 12 Posts
  • 0 Solutions
  • 0 Kudos given
  • 6 Kudos received

User Activity

Sometimes you might want to test a slow-running query by executing it directly from the command line. And surprisingly, now that the query is executed directly on the database, it has a much better runtime. How can that be? Since this is a question t...