Syntax Element: step sql

Description

Declares the beginning of a construction step.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
handdatabase Links
{
  version initialized
  {
    construction
    {
      step sql
      {
        -- SQL step to initialize a database
      }
    }
  }
  
  version 1.0 : initialized
  {
    construction
    {
      step sql
      {
        -- a SQL step to advance from initialized to 1.0
      }
      step sql
      {
        -- the second step to get from initialized to 1.0
      }
    }
  }
}

Related Use Cases

Other Actions

documentation | all examples for this syntax element | all examples | use cases | concepts | keywords