我想摆脱编写完整的 sql 语法,就像我多年来在 PL/SQL Developer 编辑器或 SQL SERVER Management Studio 中使用的那样。
例子:
count1 = select count(1) from
counthaving = select count(1) from having count(1)>?
s* = select * from
w = where
to_date = to_date('','dd/mm/yyyy')
sc* = select count(*) from
谢谢