DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SQL
postgresql where datetrunc month and year equal
.
.
.
WHERE
date_trunc
(
'month'
,
b
.
col
)
=
date_trunc
(
'month'
,
a
.
col
)
;
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#postgresql
#datetrunc
#month
#year
#equal
ADD COMMENT
Topic
COMMENT
Name
1+2 =
Submit