PostgreSQL pgAdmin III  Schemas tables 表格位置


請先看下載
01-PostgreSQL 下載
02-PostgreSQL 安裝
03-PostgreSQL pgAdmin III 工具使用及登入



pgAdmin III 登入後
table 位置
Schemas -> public -> tables
查詢語句介面-> 圖中Query SQL
圖1



圖中Query SQL
圖2




刪除table
DROP TABLE test;
新增 table
CREATE TABLE test (a bit(3), b bit varying(5));
新增 table的資料
INSERT INTO test VALUES (B'10'::bit(3), B'101');
圖3


Schemas -> public -> tables ->右鍵 ->Refresh 可以看到剛剛的table了
圖4



查看剛剛的table了
圖5



 






 
















其它文章

arrow
arrow

    PG Levin Li 發表在 痞客邦 留言(0) 人氣()