代码搜索:Select
找到约 10,000 项符合「Select」的源代码
代码结果 10,000
www.eeworm.com/read/124347/6051251
c select.c
/* libc/sys/linux/select.c - The select system calls */
/* Written 2000 by Werner Almesberger */
#include
#include
#include
static _syscall5(int,_ne
www.eeworm.com/read/124347/6053086
h select.h
/* select.h
Copyright 1998, 1999, 2000, 2001 Red Hat, Inc.
Written by Geoffrey Noer
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms
www.eeworm.com/read/124347/6053125
cc select.cc
/* select.cc
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
Written by Christopher Faylor of Cygnus Solutions
cgf@cygnus.com
This file is part of Cygwin.
This software i
www.eeworm.com/read/124347/6053224
h select.h
/* select.h
Copyright 1998, 1999, 2000, 2001 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the fi
www.eeworm.com/read/120487/6073450
out select_into.out
--
-- SELECT_INTO
--
SELECT *
INTO TABLE tmp1
FROM onek
WHERE onek.unique1 < 2;
DROP TABLE tmp1;
SELECT *
INTO TABLE tmp1
FROM onek2
WHERE onek2.unique1 < 2;
DROP TABLE tmp1;
www.eeworm.com/read/120487/6073611
sql select_into.sql
--
-- SELECT_INTO
--
SELECT *
INTO TABLE tmp1
FROM onek
WHERE onek.unique1 < 2;
DROP TABLE tmp1;
SELECT *
INTO TABLE tmp1
FROM onek2
WHERE onek2.unique1 < 2;
DROP TABLE tmp1;