mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
|
# Execution of a file in the console (db2clp)
|
||
|
# Semi-colon separated sentences:
|
||
|
db2 -t
|
||
|
# At sign separated sentences (when there is SQL PL code):
|
||
|
db2 -td@
|