blob: 643ac6ba9ac60619a5fd26a81074b64a8a242364 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Classic SQL constructs not supported yet
## NATURAL JOIN {#natural-join}
An alternative is to explicitly list the matching columns on both sides.
## NOW() / CURRENT_TIME() {#now}
An alternative is to use the functions [CurrentUtcDate, CurrentUtcDatetime and CurrentUtcTimestamp](../builtins/basic.md#current-utc).
|