代码搜索:insert
找到约 10,000 项符合「insert」的源代码
代码结果 10,000
www.eeworm.com/read/440502/7068520
sql insert_college.sql
INSERT INTO COLLEGE VALUES(1001,'清华大学','qinghua',620,5,0);
INSERT INTO COLLEGE VALUES(1002,'北京大学','beijing',600,4,0);
INSERT INTO COLLEGE VALUES(1003,'武汉大学','wuhan',550,6,0);
INSERT INTO COLLEGE VA
www.eeworm.com/read/440502/7068524
sql insert_students.sql
INSERT INTO STUDENT(编号,姓名,性别,一志愿,二志愿,同意调剂,出生年月日)
VALUES (STUNO_SQU.NEXTVAL, '陈文政','1',1010,1001,'0',19860503);
INSERT INTO STUDENT(编号,姓名,性别,一志愿,二志愿,同意调剂,出生年月日)
VALUES(STUNO_SQU.NEXTVAL,'
www.eeworm.com/read/464740/7155857
pc insert_data.pc
#include "control_db.h"
EXEC SQL BEGIN DECLARE SECTION;
varchar username[20];
varchar password[20];
EXEC SQL END DECLARE SECTION;
EXEC SQL INCLUDE SQLCA;
EXEC SQL INCLUDE ORACA;
EXEC ORACL
www.eeworm.com/read/464740/7155907
c insert_data.c
/* Result Sets Interface */
#ifndef SQL_CRSR
# define SQL_CRSR
struct sql_cursor
{
unsigned int curocn;
void *ptr1;
void *ptr2;
unsigned long magic;
};
typedef struct sql_cur
www.eeworm.com/read/464740/7155923
o insert_data.o
www.eeworm.com/read/463724/7176258
sin insert-header.sin
# Sed script that inserts the file called HEADER before the header entry.
#
# At each occurrence of a line starting with "msgid ", we execute the following
# commands. At the first occurrence, insert
www.eeworm.com/read/462843/7194464
cs insert.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI