SQL查询的艺术学习笔记--链接符数值运算函数

use seldata create table bookitem ( bookname varchar(60) not null, book_price decimal(5,2)  not null, quantity int not null ) insert into bookitem values('image processing',34.95,8) insert into bookit
相关文章
相关标签/搜索