You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add callout, fix numbered list, add to authors. (#350)
Formatting fixes:
Add a proper callout box for information on multiple statements.
Reorder instruction list so last statement appears with others, and so the numbering doesn't reset.
Add myself to authors (from prior work).
Copy file name to clipboardExpand all lines: _episodes/00-sql-introduction.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,8 @@ follow these instructions:
187
187
7. Press **OK**, you should subsequently get a message that the table was imported.
188
188
9. Back on the Database Structure tab, you should now see the table listed. Right click on the table name and choose **Modify Table**, or click on the **Modify Table** button just under the tabs and above the table list.
189
189
10. Click **Save** if asked to save all pending changes.
190
-
11. In the center panel of the window that appears, set the data types for each field using the suggestions in the table below (this includes fields from the `plots` and `species` tables also):
190
+
11. In the center panel of the window that appears, set the data types for each field using the suggestions in the table below (this includes fields from the `plots` and `species` tables also).
191
+
12. Finally, click **OK** one more time to confirm the operation. Then click the **Write Changes** button to save the database.
0 commit comments