随笔分类 - Sql
摘要:Sql 多表查询更新语句update tableA set UID = tableB.UserID from tableA , tableB where tableA.UserName=tableB.UserName
        阅读全文
            
摘要:如何用SQL实现从第几条记录开始取几条 ?select top 10 * from (select top 200 * from table order by id desc) order by id即倒数前200条记录里提取前十条rs.move: 移动至特定记录rs.movenext: 向后移动一条记录rs.moveprevious: 向前移动一条记录rs.movefirst: 移动至第一条记录rs.movelast: 移动至最后一条记录
        阅读全文
            
                    
                
浙公网安备 33010602011771号