代码搜索:varchar

找到约 9,902 项符合「varchar」的源代码

代码结果 9,902
www.eeworm.com/read/323119/13352536

inc varchar.inc

# Initialise --disable_warnings drop table if exists t1,t2,t3; --enable_warnings disable_query_log; select "--- Testing varchar ---"; enable_query_log; # # Simple basic test that endspace is saved #
www.eeworm.com/read/120487/6072459

c varchar.c

/*------------------------------------------------------------------------- * * varchar.c * Functions for the built-in types char(n) and varchar(n). * * Portions Copyright (c) 1996-2003, Postgr
www.eeworm.com/read/120487/6073504

out varchar.out

-- -- VARCHAR -- CREATE TABLE VARCHAR_TBL(f1 varchar(1)); INSERT INTO VARCHAR_TBL (f1) VALUES ('a'); INSERT INTO VARCHAR_TBL (f1) VALUES ('A'); -- any of the following three input formats are acceptab
www.eeworm.com/read/120487/6073628

sql varchar.sql

-- -- VARCHAR -- CREATE TABLE VARCHAR_TBL(f1 varchar(1)); INSERT INTO VARCHAR_TBL (f1) VALUES ('a'); INSERT INTO VARCHAR_TBL (f1) VALUES ('A'); -- any of the following three input formats are acce
www.eeworm.com/read/116793/6112318

c varchar.c

/* ** Copyright (c) 1995-2001 Hughes Technologies Pty Ltd. All rights ** reserved. ** ** Terms under which this software may be used or copied are ** provided in the specific license associated w
www.eeworm.com/read/116793/6112329

h varchar.h

/* ** varchar Header File (Public) */ /*********************************************************************** ** Standard header preamble. Ensure singular inclusion, setup for ** function prototyp
www.eeworm.com/read/100285/6271155

c varchar.c

/*------------------------------------------------------------------------- * * varchar.c * Functions for the built-in type char() and varchar(). * * Copyright (c) 1994, Regents of the Universi
www.eeworm.com/read/100285/6271982

out varchar.out

QUERY: CREATE TABLE VARCHAR_TBL(f1 varchar(1)); QUERY: INSERT INTO VARCHAR_TBL (f1) VALUES ('a'); QUERY: INSERT INTO VARCHAR_TBL (f1) VALUES ('A'); QUERY: INSERT INTO VARCHAR_TBL (f1) VALUES ('1'); QU
www.eeworm.com/read/100285/6272080

sql varchar.sql

-- ****************** test built-in type varchar ************** -- CREATE TABLE VARCHAR_TBL(f1 varchar(1)); INSERT INTO VARCHAR_TBL (f1) VALUES ('a'); INSERT INTO VARCHAR_TBL (f1) VALUES ('A'); -
www.eeworm.com/read/100285/6272130

sql varchar.sql

--------------------------------------------------------------------------- -- -- varchar.sql- -- test CHAR() and VARCHAR() adts -- -- -- Copyright (c) 1994-5, Regents of the University of Californ