代码搜索:TB1

找到约 96 项符合「TB1」的源代码

代码结果 96
www.eeworm.com/read/306719/13739593

txt 分组排列进行更新.txt

create table a(id int identity,aid varchar(5),name varchar(6)) insert into a select 1, 'a ' insert into a select 1, 'a ' insert into a select 1, 'a ' insert into a select 1, 'b '
www.eeworm.com/read/338182/12320549

txt 分组排列进行更新.txt

create table a(id int identity,aid varchar(5),name varchar(6)) insert into a select 1, 'a ' insert into a select 1, 'a ' insert into a select 1, 'a ' insert into a select 1, 'b '
www.eeworm.com/read/169320/9866841

sql 以另一个表的字段做默认值.sql

--以另一个表的字段做默认值 --创建测试表 create table tb1(id int,name varchar(10)) insert into tb1 select 1,'张三' union all select 2,'李四' --测试表2,其中name是根据id字段的值从tb1中取得的. create table tb2(id int,name varchar(1
www.eeworm.com/read/301164/13865087

sql 以另一个表的字段做默认值.sql

--以另一个表的字段做默认值 --创建测试表 create table tb1(id int,name varchar(10)) insert into tb1 select 1,'张三' union all select 2,'李四' --测试表2,其中name是根据id字段的值从tb1中取得的. create table tb2(id int,name varchar(1
www.eeworm.com/read/263494/11360906

sql 以另一个表的字段做默认值.sql

--以另一个表的字段做默认值 --创建测试表 create table tb1(id int,name varchar(10)) insert into tb1 select 1,'张三' union all select 2,'李四' --测试表2,其中name是根据id字段的值从tb1中取得的. create table tb2(id int,name varchar(1
www.eeworm.com/read/343026/11982681

sql 以另一个表的字段做默认值.sql

--以另一个表的字段做默认值 --创建测试表 create table tb1(id int,name varchar(10)) insert into tb1 select 1,'张三' union all select 2,'李四' --测试表2,其中name是根据id字段的值从tb1中取得的. create table tb2(id int,name varchar(1
www.eeworm.com/read/210370/15200291

sql 以另一个表的字段做默认值.sql

--以另一个表的字段做默认值 --创建测试表 create table tb1(id int,name varchar(10)) insert into tb1 select 1,'张三' union all select 2,'李四' --测试表2,其中name是根据id字段的值从tb1中取得的. create table tb2(id int,name varchar(1
www.eeworm.com/read/414839/11100275

sql 以另一个表的字段做默认值.sql

--以另一个表的字段做默认值 --创建测试表 create table tb1(id int,name varchar(10)) insert into tb1 select 1,'张三' union all select 2,'李四' --测试表2,其中name是根据id字段的值从tb1中取得的. create table tb2(id int,name varchar(1
www.eeworm.com/read/414392/11114811

sql 以另一个表的字段做默认值.sql

--以另一个表的字段做默认值 --创建测试表 create table tb1(id int,name varchar(10)) insert into tb1 select 1,'张三' union all select 2,'李四' --测试表2,其中name是根据id字段的值从tb1中取得的. create table tb2(id int,name varchar(1
www.eeworm.com/read/478303/6714480

vhd ex_3_9_2_mult8_tb.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_signed.all; use ieee.std_logic_textio.all; use std.textio.all; entity tb1 is end tb1; architecture a of tb1