Skip to main content

null

Function null 

Source
pub fn null() -> Expr
Expand description

Create a NULL literal expression.

ยงExamples

use sqlglot_rust::builder::null;

let n = null();