Coding, Linux, Hacking Security, Learning!
Posts tagged db2 list table
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
Coding, Linux, Hacking Security, Learning!
Jun 12th
// list all tables from db2
db2=> list tables for all
// list table tb1
db2=> list tables for scheme tb1