問題タブ [to-timestamp]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
1388 参照

sql - Oracleのto_timestamp()内に文字列変数を渡す方法

次のようなクエリがあります。

v_time の代わりに文字列 Date を使用すると、正常に動作します。しかし、to_timestamp 内で変数 v_time を渡す必要があります。

前もって感謝します。

完全なコードは次のとおりです。

0 投票する
1 に答える
1019 参照

cassandra - toTimestamp 関数が select ステートメントの cassandra で機能しない

私はテーブルを持っています

timeuuidfunctionsを確認すると、関数があり、それtoTimestampを使用しようとするとエラーが発生します。

バージョンを使用しています2.1

0 投票する
1 に答える
1341 参照

sql - Oracle timestamp with timezone in where clause issue

I have the following sql query with

Where there are atleast the following 2 entries(as displayed in sql developer).

My query returns no entries. I would expect to get both these entries back. Is there something obvious that I am missing here?

thanks