删除表 drop tables tmp_000190; 不可以同时drop多个,不可以使用*等。可以在plsql左侧的目录栏一次drop多个!
创建表 是用“,”分开各个字段,最后一个不能加”,“。
提交 insert后需要commit;create不用。
注释 单行:select * from tb_name; --查xx表的记录明细;多行:/*xxxxxxxxxx*/
plsql客户端使用机巧(快捷键、设置、左侧目录、new window区别)
sqlplus客户端
删除表 drop tables tmp_000190; 不可以同时drop多个,不可以使用*等。可以在plsql左侧的目录栏一次drop多个!
创建表 是用“,”分开各个字段,最后一个不能加”,“。
提交 insert后需要commit;create不用。
注释 单行:select * from tb_name; --查xx表的记录明细;多行:/*xxxxxxxxxx*/
plsql客户端使用机巧(快捷键、设置、左侧目录、new window区别)
sqlplus客户端