一、常用指令
1.建立資料庫
connect 'jdbc:derby://localhost:1527/jfcsdb;create=true';
2.檢視表
show tables;
二、參考資料
1.
Derby基本指令操作(備忘)connect 'jdbc:derby://localhost:1527/jfcsdb;create=true';
show tables;
1.
Derby基本指令操作(備忘)