<h1>Table SQL</h1> {% for table in tables %} <h2>{{titles[loop.index]}}</h2> <p>{{explanations[loop.index]</p> <p>{{sql_statements[loop.index]</p> {{ table|safe }} {% endfor %}
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 23711 | robert_cowham | More or less working with multiple SQL statements | ||
#2 | 23705 | robert_cowham | Basics working in simplified form | ||
#1 | 23704 | robert_cowham | Save before simplifying |