Coding, Linux, Hacking Security, Learning!
db2
db2 save output to file
Jul 12th
here is the command to save output to file
db2 -r out.txt
more help type: ? options inside the db2 console
how to list all table from db2
Jun 12th
// list all tables from db2
db2=> list tables for all
// list table tb1
db2=> list tables for scheme tb1