PostgreSQL 数据库查询

数据库的查询 1、基本查询 语法:SELECT查询基本格式 ①、建立frui表 create table fruit( f_id character(10) not null, s_id integer not null, f_name character(255) not null, f_price decimal(8,2) not null, primary key(f_id)); ②、插入字
相关文章
相关标签/搜索