variables

[1/1]

  1. Declaring Variables in SQLite
    Understanding Variables in SQLite:SQLite, unlike many other programming languages, doesn't support the explicit declaration of variables within SQL statements
  2. Using Script Variables in pSQL
    Understanding Script VariablesIn pSQL (the PostgreSQL interactive shell), script variables are placeholders that can be used to store and manipulate values within a script