N
N
Neuro2019-10-28 17:52:30
PostgreSQL
Neuro, 2019-10-28 17:52:30

How to write an expression as the last day of the month?

Good evening, I am creating a table and I need to write a default expression in the form of the last day of the month in one column, how can I do this?
those

create table
(
   lastMounthDay <тип данных> DEFAULT <выражение>
)

How can you get and write such an expression?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Shitskov, 2019-10-28
@Zarom

https://stackoverflow.com/a/28186984

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question