我在postgresql数据库中有以下查询
SELECT *
FROM accounts
where insertdate BETWEEN '2012-01-01' AND CURRENT_TIMESTAMP
Run Code Online (Sandbox Code Playgroud)
那么如何才能替换当年'2012-01-01'第一天的询问
还有一个问题.当我在帐户表中有一个新记录时,同一时刻运行上面的选择,所以它不会给我带来我刚刚制作的记录.这是否合理?超越它的最佳方法是什么?
我在Windows 7上,我正在尝试安装播放框架.
我用
变量名称 在系统变量中创建了环境变量:play,value: c:\ webapp\play \
当我试图play help从指挥官那里逃跑时,它说
play is not recognized as an internal or external command, operable program or
batch file and it is running only in the directory of c:webapp\play.
Run Code Online (Sandbox Code Playgroud)
难道我做错了什么?