select 音標拼音: [səl'ɛkt]
v . 選擇,選舉,選拔,挑選
a . 當選的,挑選的,挑剔的,特別的
選擇,選舉,選拔,挑選當選的,挑選的,挑剔的,特別的
select n 選擇
select 1 對部份選抽擇比
select 選擇
SEL ,
SLT select 選擇
select adj 1 :
of superior grade ; "
choice wines "; "
prime beef "; "
prize carnations "; "
quality paper "; "
select peaches " [
synonym :
{
choice }, {
prime (
a )}, {
prize }, {
quality }, {
select }]
2 :
selected or chosen for special qualifications ; "
the blue -
ribbon event of the season " [
synonym : {
blue -
ribbon (
a )}, {
select }]
v 1 :
pick out ,
select ,
or choose from a number of alternatives ;
"
Take any one of these cards "; "
Choose a good husband for your daughter "; "
She selected a pair of shoes from among the dozen the salesgirl had shown her " [
synonym : {
choose },
{
take }, {
select }, {
pick out }]
Select \
Se *
lect "\,
a . [
L .
selectus ,
p .
p .
of seligere to select ;
pref .
se -
aside levere to gather .
See {
Legend }.]
Taken from a number by preferance ;
picked out as more valuable or exellent than others ;
of special value or exellence ;
nicely chosen ;
selected ;
choice .
[
1913 Webster ]
A few select spirits had separated from the crowd ,
and formed a fit audience round a far greater teacher .
--
Macaulay .
[
1913 Webster ]
Select \
Se *
lect "\,
v .
t . [
imp . &
p .
p . {
Selected };
p .
pr . &
vb .
n . {
Selecting }.]
To choose and take from a number ;
to take by preference from among others ;
to pick out ;
to cull ;
as ,
to select the best authors for perusal . "
One peculiar nation to select ."
--
Milton .
[
1913 Webster ]
The pious chief . . .
A hundred youths from all his train selects . --
Dryden .
[
1913 Webster ]
183 Moby Thesaurus words for "
select ":
accepted ,
adopted ,
advert to ,
allude to ,
analyze ,
appoint ,
appointed ,
approved ,
assign ,
be taken as ,
best ,
better ,
carried ,
champion ,
choice ,
choose ,
choose out ,
chosen ,
clannish ,
cliquish ,
closed ,
contradistinguish ,
cream ,
cull ,
dainty ,
decide between ,
delicate ,
demarcate ,
demark ,
denominate ,
denote ,
designate ,
designated ,
determine ,
differentiate ,
discriminate ,
discriminating ,
distinguish ,
divide ,
draw the line ,
elect ,
elected ,
elected by acclamation ,
elegant ,
elite ,
emblematize ,
embraced ,
espoused ,
ethnocentric ,
excellent ,
exceptional ,
excerpt ,
excluding ,
exclusive ,
exclusory ,
exquisite ,
extract ,
fat ,
favored ,
favorite ,
figure ,
fine ,
finest ,
finger ,
first -
class ,
first -
rate ,
fix ,
flower ,
for the best ,
glean ,
greatest ,
handpick ,
handpicked ,
inadmissible ,
indicate ,
insular ,
limited ,
make a selection ,
mark ,
mark the interface ,
matchless ,
mention ,
name ,
named ,
narrow ,
nominate ,
nominated ,
nonesuch ,
nonpareil ,
opt for ,
optimal ,
optimum ,
ordain ,
ordinate ,
paragon ,
paramount ,
parochial ,
passed ,
peerless ,
pick ,
pick out ,
picked ,
pin down ,
point at ,
point out ,
point to ,
preclusive ,
prefer ,
preferable ,
preferred ,
prescriptive ,
preventive ,
prime ,
privileged ,
prize ,
prohibitive ,
queen ,
quintessence ,
quintessential ,
rare ,
ratified ,
recherche ,
refer to ,
restricted ,
restrictive ,
screen ,
screen out ,
screened ,
seclusive ,
segregate ,
segregative ,
selected ,
selective ,
separate ,
separative ,
set ,
set a limit ,
set apart ,
set off ,
sever ,
severalize ,
sieve ,
sieve out ,
sift ,
sift out ,
signify ,
single out ,
snobbish ,
snobby ,
sort ,
sort out ,
special ,
specialize ,
specify ,
split hairs ,
stand for ,
state ,
stigmatize ,
stipulate ,
subdivide ,
subtilize ,
superior ,
superlative ,
supreme ,
surpassing ,
symbol ,
symbolize ,
tab ,
take ,
the best ,
the best ever ,
the tops ,
the very best ,
top ,
typify ,
unanimously elected ,
unmatchable ,
unmatched ,
unparalleled ,
unsurpassed ,
very best ,
winnow ,
xenophobic
安裝中文字典英文字典查詢工具!
中文字典英文字典工具:
複製到剪貼板
英文字典中文字典相關資料:
SQL SELECT 语句 - 菜鸟教程 SQL SELECT 语句 SELECT 语句用于从数据库中选取数据。 结果被存储在一个结果表中,称为结果集。 SQL SELECT 语法 SELECT column1, column2, FROM table_name; 与 SELECT * FROM table_name; 参数说明: column1, column2, :要选择的字段名称,可以为多个字段。
SELECT中文 (简体)翻译:剑桥词典 - Cambridge Dictionary He was selected to play for Australia at the age of only 18 I selected the best staff available The judges will select the best from this year's crop of first novels When you have selected the file you want, click the 'Open' box Click 'Tools', then select 'Options' from the pull-down menu
HTML select tag - W3Schools The <option> tags inside the <select> element define the available options in the drop-down list Tip: Always add the <label> tag for best accessibility practices!
lt;select gt; HTML select element - HTML | MDN - MDN Web Docs The <select> element has some unique attributes you can use to control it, such as multiple to specify whether multiple options can be selected, and size to specify how many options should be shown at once
SELECT 是什么意思_ SELECT 的翻译_音标_读音_用法_例句_爱词霸在线词典 Marketers have embraced the two-step flow because it suggests that if they can just find and influence the influentials, those select people will do most of the work for them
SQL SELECT * 和 SELECT ALL 有什么区别|极客教程 阅读更多:SQL 教程 SELECT * 和 SELECT ALL 的基本概念 在 SQL 查询中,SELECT语句用于从数据库中检索数据。 SELECT * 是其中一种常见的用法,代表查询所有字段。
SELECT Definition Meaning - Merriam-Webster The meaning of SELECT is chosen from a number or group by fitness or preference How to use select in a sentence
SELECT (Transact-SQL) - SQL Server | Microsoft Learn The SELECT statement retrieves rows from the database and enables the selection of rows or columns from tables in the SQL Server Database Engine
MySQL :: MySQL 8. 4 Reference Manual :: 15. 2. 13 SELECT Statement SELECT is used to retrieve rows selected from one or more tables, and can include UNION operations and subqueries INTERSECT and EXCEPT operations are also supported
SQL SELECT and SELECT WHERE (With Examples) - Programiz The SQL SELECT statement is used to select (retrieve) data from a database table In this tutorial, you will learn about the SQL SELECT statement with the help of examples