Skip to content

Commit fa74373

Browse files
committed
Fix sizing
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
1 parent 7e20127 commit fa74373

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/workshop/db2i/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ When executing a statement, the play button will turn into a ⓧ (cancel) button
232232
Try executing this statement, then use the ⓧ (cancel) button to stop it:
233233

234234
```sql
235-
select count(*) from qsys2.syscolumns2 a, qsys2.syscolumns2 b where 1=1
235+
select count(*)
236+
from qsys2.syscolumns2 a, qsys2.syscolumns2 b
237+
where 1=1
236238
```
237239

238240
</Card><Card>

0 commit comments

Comments
 (0)