代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/127882/5993581
sql dstar2002-08-17.sql
ALTER TABLE [dbo].[商品销售单表体] DROP CONSTRAINT FK_商品销售单表体_商品销售单表头
GO
/****** Object: Stored Procedure dbo.P_INStoreBill Script Date: 2002-8-17 20:53:52 ******/
if exists (select * from sysobject
www.eeworm.com/read/127866/5994205
java gbs_mwideuse_stbean.java
/**
* class GBS_MWideUse_stBean.java
* created on 07-29-2004
*
* @author wxf
* @version 1.0
*/
package DataBean;
public class GBS_MWideUse_stBean implements java.io.Serializable{
www.eeworm.com/read/127043/6009461
sql create_jds.sql
/* DROP TABLE system_data; */
create table system_data (
id int not null,
version varchar(20) not null,
creationDate DATE not null
);
create un
www.eeworm.com/read/127043/6009464
sql create_sybase.sql
drop table system_data
go
create table system_data (
id int not null,
version varchar(20) not null,
creationDate datetime not null
)
go
creat
www.eeworm.com/read/127043/6009467
sql create_interbase.sql
DROP TABLE system_data;
create table system_data (
id int not null,
version varchar(20) not null,
creationDate DATE not null
);
create unique i
www.eeworm.com/read/127043/6009470
sql create_sapdb.sql
create table system_data (
id int primary key,
version varchar(20) not null,
creationDate timestamp not null
)
//
create table seeds (
nam
www.eeworm.com/read/127043/6009471
sql create_hsql.sql
drop table system_data;
create table system_data (
id int not null,
version varchar(20) not null,
creationDate datetime not null
);
create uniq
www.eeworm.com/read/117227/6105130
java fromstringfunction.java
/*
* FromStringFunction.java - turns a numeric value into a String
* Copyright (C) 2000 Romain Guy
* romain.guy@jext.org
* http://www.jext.org
*
* This program is free software; you can redistri
www.eeworm.com/read/110729/6163676
sql ejb.sql
drop table accounts;
drop table customers;
drop table orders;
drop table Books;
drop table orderLineItems;
create table accounts (id varchar(64), ownername varchar(64), balance numeric(18));
c
www.eeworm.com/read/101082/6243437
2a l5.2a
#print
Write a program which reads a character from its
input and prints "high" if that character is
larger than 100 in numeric value (decimal) and "low"
if it is less than or equal to 100 in numeric