Redian新闻
>
anyone can help on this query, thanks!
avatar
anyone can help on this query, thanks!# Database - 数据库
f*c
1
I am new to database. Could any one help on this easy query? Thanks alot.
Given the following SQL table:
create table myTable (
id int not null,
val varchar(2) not null
);
With values:
id val
-------
1 b
2 c
3 a
4 b
5 c
Write a single SQL query in MySQL 3.23 which will output the
following result, which is a list of records with equal 'val'
fields:
+-----+-----+-----+
avatar
w*t
2
self join

【在 f**c 的大作中提到】
: I am new to database. Could any one help on this easy query? Thanks alot.
: Given the following SQL table:
: create table myTable (
: id int not null,
: val varchar(2) not null
: );
: With values:
: id val
: -------
: 1 b

avatar
s*c
3
self join 怎么把重复行去掉啊
1 4 b
4 1 b
2 5 c
5 2 c

【在 w****t 的大作中提到】
: self join
avatar
c*e
4
where a.id < b.id

【在 s***c 的大作中提到】
: self join 怎么把重复行去掉啊
: 1 4 b
: 4 1 b
: 2 5 c
: 5 2 c

avatar
s*c
5
ft,我写了个 a.id<>b.id,然后对着屏幕发了10分钟的呆。

【在 c*******e 的大作中提到】
: where a.id < b.id
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。