Replies: 1 comment
-
com.yandex.ydb.table.values.OptionalType.of(PrimitiveType.datetime()).emptyValue(); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a yql query block:
For passing the psarameters to the query block I use
This passes a not-null value to
$last_date
. But what should I use for passingnull
to$last_date
?Beta Was this translation helpful? Give feedback.
All reactions