Versions Compared

Key

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

...

  • First download the following file:  QueryGenerator.jar
  • Run it using command line: java -jar QueryGenerator.jar, for example on Windows after downloading
    • Code Block
      Z:\>java -jar c:\Users\cottrell\Downloads\QueryGenerator.jar
      Enter the query:
      SELECT * FROM pinger.source_node;
      Sending query:  SELECT * FROM pinger.source_node;
  • Please refer to the following data model to construct the queries
  • Example: SELECT * FROM pinger.source_node

  • PS: Please, refer to tables as pinger.[table_name]

...