How to create Date placeholder in SQL?

Archil Zhvania :

In the following code:

SELECT
"date placeholder"
FROM table_name

what should be written instead of "date placeholder" in order to have a date placeholder which does not have a hard-coded assigned value?

David דודו Markovitz :
cast (null as date) as mydateplaceholder

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=31835&siteId=1