Delphi7数据库开发教程,包含该书21套实例

源代码在线查看: create procedure.sql

软件大小: 13337 K
上传用户: hqq
关键词: Delphi7 数据库 开发教程
下载地址: 免注册下载 普通下载 VIP

相关代码

				create procedure up_books_info
				as
				  select title, type, price, pub_name
				  from titles 
				    inner join publishers
				    on titles .pub_id = publishers.pub_id
				  where pub_name like 'B%' and price > 2
				
							

相关资源