代码搜索:Select
找到约 10,000 项符合「Select」的源代码
代码结果 10,000
www.eeworm.com/read/100285/6271942
out select_into.out
QUERY: SELECT *
INTO TABLE tmp1
FROM tmp
WHERE onek.unique1 < 2;
QUERY: DROP TABLE tmp1;
QUERY: SELECT *
INTO TABLE tmp1
FROM tmp
WHERE onek2.unique1 < 2;
QUERY: DROP TABLE tmp1;
www.eeworm.com/read/100285/6271957
out select.out
QUERY: SELECT onek.* WHERE onek.unique1 < 10;
unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
-------+-------+---+----+---+------
www.eeworm.com/read/100285/6272067
sql select_into.sql
SELECT *
INTO TABLE tmp1
FROM tmp
WHERE onek.unique1 < 2;
DROP TABLE tmp1;
SELECT *
INTO TABLE tmp1
FROM tmp
WHERE onek2.unique1 < 2;
DROP TABLE tmp1;
www.eeworm.com/read/100285/6272117
sql select.sql
---------------------------------------------------------------------------
--
-- select.sql-
-- test select
--
--
-- Copyright (c) 1994-5, Regents of the University of California
--
-- $Id: select
www.eeworm.com/read/100285/6272232
hlp select_into.hlp
.pgaw:Help.f.t insert end "SELECT INTO" {bold} " creates a new table from the results of a query. Typically, this query draws data from an existing table, but any SQL query is allowed.
" {} "Synopsi
www.eeworm.com/read/100285/6272272
hlp select.hlp
.pgaw:Help.f.t insert end "SELECT" {bold} " will return rows from one or more tables. Candidates for selection are rows which satisfy the WHERE condition; if WHERE is omitted, all rows are candidates.
www.eeworm.com/read/100127/6273957
test_select
test_select
timeout = 0
timeout = 1
'testing...\012'
timeout = 2
'testing...\012'
timeout = 4
'testing...\012'
timeout = 8
'testing...\012'
timeout = 16
'testing...\012'
timeout = None
'testing...\012