mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
@@ -9946,7 +9946,7 @@ SELECT date_trunc('hour', INTERVAL '3 days 02:47:33');
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<synopsis>
|
<synopsis>
|
||||||
date_trunc(<replaceable>stride</replaceable>, <replaceable>source</replaceable>, <replaceable>origin</replaceable>)
|
date_bin(<replaceable>stride</replaceable>, <replaceable>source</replaceable>, <replaceable>origin</replaceable>)
|
||||||
</synopsis>
|
</synopsis>
|
||||||
<replaceable>source</replaceable> is a value expression of type
|
<replaceable>source</replaceable> is a value expression of type
|
||||||
<type>timestamp</type> or <type>timestamp with time zone</type>. (Values
|
<type>timestamp</type> or <type>timestamp with time zone</type>. (Values
|
||||||
|
Reference in New Issue
Block a user