代码搜索:Insert
找到约 10,000 项符合「Insert」的源代码
代码结果 10,000
www.eeworm.com/read/361773/10036388
asp insert_ok.asp
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|30 Sep 2008 08:57:30 -0000
vti_extenderversion:SR|6.0.2.6551
vti_author:SR|WWW-4890D7DABA3\\Administrator
vti_modifiedby:SR|WWW-4890D7DABA3\\Adminis
www.eeworm.com/read/165898/10047720
m insert_value.m
function y=insert_value(x,ratio)
%两路信号进行插值
y=zeros(1,ratio*length(x));
a=1:ratio:length(y);
y(a)=x;
www.eeworm.com/read/165216/10072019
sql xs_insert.sql
create procedure xs_insert
@jszh char(8),@xm char(8),@zym char(12),@xb bit,@cssj datetime
as
insert into xs(借书证号,姓名,专业名,性别,出生时间)
values(@jszh,@xm,@zym,@xb,@cssj)
go
www.eeworm.com/read/165216/10072022
sql jy_insert.sql
create procedure jy_insert
@jszh char(8),@isbn char(16),@ssh char(10),@jssj datetime,@flag int output
as
set @flag=(select 库存量 from book where isbn=@isbn)
if @flag>0
begin
insert
www.eeworm.com/read/165216/10072044
sql book_insert.sql
create procedure book_insert
@isbn char(16),@sm char(26),@zz char(812),@cbs char(20),@jg float(8),@fbl int,@kcl int
as
insert into book(isbn,书名,作者,出版社,价格,复本量,库存量)
values(@isbn,@sm,
www.eeworm.com/read/165216/10072049
sql tjy_insert.sql
create trigger tjy_insert on jy
for insert as
begin
update xs
set 借书数=借书数+1
where xs.借书证号 in
(select inserted.借书证号 from in
www.eeworm.com/read/360506/10089862
gif insert_table.gif
www.eeworm.com/read/360506/10089956
html insert_table.html
Insert Table
window.resizeTo(400, 100);
function Init() {
__dlg_init();
www.eeworm.com/read/360506/10089958
html insert_image.html
Insert Image
window.resizeTo(400, 100);
function Init() {
__dl
www.eeworm.com/read/164708/10092863
test insert2.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo