Versions Compared

Key

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

...

Note
titleNote!

The Database function supports Variable Insertioninsertion when writing SQL statements. 

Code Block
titleExample for Interpolation
DELETE FROM table_name WHERE id = ${id} AND name = ${name};


...