由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - SQL 问题 [zz]
相关主题
how to see all the tables in SQL*PLUS?Oracle 问 题 请 诸 位 大 侠 指 教, 急 急 急!!!
Can I create thousands table in one...How to get schema?
急问一个关于T-SQL的问题,谢谢How to insert images into tables?
interview question (SQL)how to separate the table
SQL combine two columns from two different tables no shared (转载)how to particially delete record in sql server
如何对存有image的database做migration?如何用SQL语句判断一个TABLE是否存在?
初级问题Question for SQL statment
SQL Server stupid questionsSQL help.
相关话题的讨论汇总
话题: table话题: sql话题: column话题: 电话号码话题: 问题
进入Database版参与讨论
1 (共1页)
h***a
发帖数: 358
1
发信人: huela (垂柳飘飘), 信区: Programming
标 题: SQL 问题
发信站: Unknown Space - 未名空间 (Fri May 7 00:36:11 2004) WWW-POST
如果我有个table, 里面存有电话号码, 和时间。
如果电话号码相同的情况下, 我想删掉旧的时间的那些行。
请问怎么样才能实现。
y****i
发帖数: 5690
2
delete from table table_1
where time_column < (select max(time_column) from table talbe_2
where table_2.phone_number =table_1.phone_number);


【在 h***a 的大作中提到】
: 发信人: huela (垂柳飘飘), 信区: Programming
: 标 题: SQL 问题
: 发信站: Unknown Space - 未名空间 (Fri May 7 00:36:11 2004) WWW-POST
: 如果我有个table, 里面存有电话号码, 和时间。
: 如果电话号码相同的情况下, 我想删掉旧的时间的那些行。
: 请问怎么样才能实现。

1 (共1页)
进入Database版参与讨论
相关主题
SQL help.SQL combine two columns from two different tables no shared (转载)
How to hide System tables in MS SQL server?如何对存有image的database做migration?
Use Access Link table to use SQL server tables.初级问题
Re: Use Access Link table to h use SQL server tables.SQL Server stupid questions
how to see all the tables in SQL*PLUS?Oracle 问 题 请 诸 位 大 侠 指 教, 急 急 急!!!
Can I create thousands table in one...How to get schema?
急问一个关于T-SQL的问题,谢谢How to insert images into tables?
interview question (SQL)how to separate the table
相关话题的讨论汇总
话题: table话题: sql话题: column话题: 电话号码话题: 问题