代码搜索:Update

找到约 10,000 项符合「Update」的源代码

代码结果 10,000
www.eeworm.com/read/259602/4341747

sql update-a2billing-v1.0.0-to-v1.0.2-pgsql.sql

-- -- A2Billing database - update database schema - v1.0.0 to update to v1.0.2 -- /* Default values - Please change them to whatever you want Database name is: mya2billing Database user is: a2bil
www.eeworm.com/read/259602/4341748

sql update-a2billing-v1.2.0-to-v1.2.3-pgsql.sql

-- inital balance : it would be used by the cron in order to refill automatically each month ALTER TABLE cc_card ADD COLUMN initialbalance numeric(15,5); ALTER TABLE cc_card ALTER COLUMN initialbal
www.eeworm.com/read/259602/4341749

sql update-a2billing-v1.1.0-to-v1.2.0-pgsql.sql

ALTER TABLE cc_sip_buddies ADD COLUMN fullcontact character varying(80); ALTER TABLE cc_sip_buddies ADD COLUMN setvar character varying(80); ALTER TABLE cc_sip_buddies ALTER COLUMN setvar SET DEF
www.eeworm.com/read/259602/4341750

sql update-a2billing-v1.0.8-to-v1.0.9-pgsql.sql

-- -- Add Voip provider - update database - Create database schema -- CREATE TABLE cc_provider( id bigserial NOT NULL, provider_name text NOT NULL, creationdate timestamp without time z
www.eeworm.com/read/259602/4341753

sql update-a2billing-v1.0.2-to-v1.0.6-pgsql.sql

-- -- A2Billing database - update database schema - v1.0.2 to update to v1.0.6 -- /* Default values - Please change them to whatever you want Database name is: mya2billing Database user is: a2bil
www.eeworm.com/read/259602/4341754

sql update-a2billing-v1.2.3-to-v1.3.0-pgsql.sql

ALTER TABLE cc_tariffplan ADD COLUMN calleridprefix TEXT NOT NULL DEFAULT 'all'::text; INSERT INTO cc_currencies (id, currency, name, value, basecurrency) VALUES (150, 'GYD', 'Guyana Dollar (GYD)'
www.eeworm.com/read/414839/11100284

sql 5.3.3 使用update进行编号重排的处理示例.sql

--测试资料 CREATE TABLE tb( ID1 char(2) NOT NULL, ID2 char(4) NOT NULL, col int, PRIMARY KEY(ID1,ID2)) INSERT tb SELECT 'aa','0001',1 UNION ALL SELECT 'aa','0003',2 UNION ALL SELECT 'aa','0004',3
www.eeworm.com/read/414392/11114827

sql 5.3.3 使用update进行编号重排的处理示例.sql

--测试资料 CREATE TABLE tb( ID1 char(2) NOT NULL, ID2 char(4) NOT NULL, col int, PRIMARY KEY(ID1,ID2)) INSERT tb SELECT 'aa','0001',1 UNION ALL SELECT 'aa','0003',2 UNION ALL SELECT 'aa','0004',3
www.eeworm.com/read/104808/15682799

txt 一个update语句,请教sql编写高手.txt

ITPUB论坛 - 一个UPDATE语句,请教SQL编写高手 ITPUB论坛 (http://www.itpub.net/index.php) - Oracle开发 (http://www.itpub.net/forumdisplay.php?forumid=3) -- 一个UPDATE语句,请教SQL编写高手 (http://www.itpub.net/showthread.php?thr