代码之家  ›  专栏  ›  技术社区  ›  OscarRyz

在JavaDB-Derby中,PostgreSQL的“localtimestamp”等价于什么?

  •  1
  • OscarRyz  · 技术社区  · 14 年前

    我有这个定义

    create table xyz ( 
        fecha_alta timestamp NOT NULL DEFAULT localtimestamp,
        ....
    ) 
    

    我试着在德比执行同样的命令,但它抱怨:

    等价物是什么?

    1 回复  |  直到 6 年前