代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/211227/15184420
sql ap.sql
CONNECT TO S_HDXT;
CREATE TABLE hsc_cbdj (
cbid char (9) NOT NULL ,
sfkh char (14) NOT NULL ,
cbdjh char(10) ,
gsbm char (4) NOT NULL ,
cblx char (2) NOT NULL ,
cjbm char (4) NOT NULL ,
www.eeworm.com/read/211227/15184425
sql ls.sql
CONNECT TO S_HDXT;
CREATE TABLE hsc_cbdj (
cbid char (9) NOT NULL ,
sfkh char (14) NOT NULL ,
cbdjh char(10) ,
gsbm char (4) NOT NULL ,
cblx char (2) NOT NULL ,
cjbm char (4) NOT NULL ,
www.eeworm.com/read/173141/5380044
out testsqldecimal.out
ij> -- This tests for the fix of a bug in the readExternal method of
-- org.apache.derby.iapi.types.execution.SQLDecimal
-- (Track # 2834)
create table test_numeric (v numeric(31,28));
0 rows inserted
www.eeworm.com/read/162614/5531166
c tr-warn4.c
/* Test for -Wtraditional warnings on integer constant suffixes.
Note, gcc should omit these warnings in system header files.
By Kaveh R. Ghazi 8/22/2000. */
/* { dg-do
www.eeworm.com/read/162614/5538883
cc 3.cc
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms
www.eeworm.com/read/162614/5538894
cc 3.cc
// 1999-11-15 Kevin Ediger
// test the floating point inserters (facet num_put)
// Copyright (C) 1999, 2002, 2003, 2005 Free Software Foundation, Inc.
//
// This file is part of
www.eeworm.com/read/162614/5538950
cc 3.cc
// Copyright (C) 2003
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// ter
www.eeworm.com/read/160745/5565928
-
IF EXISTS(SELECT NAME FROM SYSOBJECTS WHERE NAME='实地盘点_PROC' AND TYPE='P')
DROP PROC 实地盘点_PROC
GO
create procedure 实地盘点_PROC
@item_to varchar(30),
@item_fr varchar(30),
@TYPE CHAR(1)
as
CREAT
www.eeworm.com/read/160745/5565935
+Ԧ
IF EXISTS(SELECT NAME FROM SYSOBJECTS WHERE NAME='库存实地盘点_PROC' AND TYPE='P')
DROP PROC 库存实地盘点_PROC
GO
create procedure 库存实地盘点_PROC
@item_to varchar(30),
@item_fr varchar(30),
@TYPE CHAR(1)
as