51CTO博客开发
select 语句加where子句(条件限制) 1.Limiting Rows using a Selection select * from emp where deptno=30; select * from emp where ename='KING';2.Comparison conditions select * from emp wh
1. 启动sqlplus(sqlplus是oracle提供的,不是sql语句) sqlplus /nolog 启动sqlplus,不登录数据库 conn / as sysdba 以sy
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号