由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - help needed about sql statement
相关主题
how to write this sql statementdistinct in select
a sql questionHelp
sql数据库实时更新问题Select 怎样同时distinct 和order by
Re: How to find a duplicate record in Achelp about SQL for ACCESS
how to find duplicates in mysql气死我了
A weird error如何完成这个sql?
MySQL 的一个问题求教Access 'memo' data type
list duplicators in one table大家帮我看看这个function 哪里出了问题。 谢谢
相关话题的讨论汇总
话题: sub1话题: sub2话题: sub3话题: duplicate话题: column
进入Database版参与讨论
1 (共1页)
J*****h
发帖数: 10
1
my table is like this:
lineID sub1 sub2 sub3
How can I get the distinct value of sub1 , sub2 and sub3?
Each column of Sub1, sub2 , sub3 has duplicate values.
And there are duplicate values between sub1, sub2 and sub3.
Thank you in advance.
n**m
发帖数: 255
2
SELECT DISTINCT SUB1 SUB2 SUB3 FROM T

【在 J*****h 的大作中提到】
: my table is like this:
: lineID sub1 sub2 sub3
: How can I get the distinct value of sub1 , sub2 and sub3?
: Each column of Sub1, sub2 , sub3 has duplicate values.
: And there are duplicate values between sub1, sub2 and sub3.
: Thank you in advance.

s******n
发帖数: 45
3
R u expecting one column in your return results, or 3 columns? Hehe...

【在 n**m 的大作中提到】
: SELECT DISTINCT SUB1 SUB2 SUB3 FROM T
J*****h
发帖数: 10
4
one column.

【在 s******n 的大作中提到】
: R u expecting one column in your return results, or 3 columns? Hehe...
1 (共1页)
进入Database版参与讨论
相关主题
大家帮我看看这个function 哪里出了问题。 谢谢how to find duplicates in mysql
ask for help with a simple query!!!A weird error
help neededMySQL 的一个问题求教
求求!waiting onlinelist duplicators in one table
how to write this sql statementdistinct in select
a sql questionHelp
sql数据库实时更新问题Select 怎样同时distinct 和order by
Re: How to find a duplicate record in Achelp about SQL for ACCESS
相关话题的讨论汇总
话题: sub1话题: sub2话题: sub3话题: duplicate话题: column