I've come across the ::
operator in PostgreSQL
. Since google's finding such symbols not very I've not found what it means. For instance,
SELECT *
FROM player_account
WHERE '2014-11-11'::date >= now()::date
GROUP BY id
I've come across the ::
operator in PostgreSQL
. Since google's finding such symbols not very I've not found what it means. For instance,
SELECT *
FROM player_account
WHERE '2014-11-11'::date >= now()::date
GROUP BY id