Skip to content

Instantly share code, notes, and snippets.

@mshakhomirov
Created November 28, 2021 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mshakhomirov/ece0d6afc0d805f01bafc7335a5e1abc to your computer and use it in GitHub Desktop.
Save mshakhomirov/ece0d6afc0d805f01bafc7335a5e1abc to your computer and use it in GitHub Desktop.
const getSize = `${table.querySize}`; // This will get SQL query from `./config.json` to evaluate size of the final output.
const [rows] = await connection.execute(getSize);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment