oracle简约模板.sql

-- 查询时间
select sysdate from DUAL

-- 查询
select * from 1

where time = to_date(sysdate, 'YYYY-MM-DD HH24:MI:SS')

-- 添加
INSERT INTO 表名称 VALUES (值1, 值2,....)
INSERT INTO table_name (列1, 列2,...) VALUES (值1, 值2,....)

 

posted @ 2020-12-11 11:21  就沈呗  阅读(72)  评论(0编辑  收藏  举报