11.判断 NULL和MISSING值
SELECT fname, children
FROM tutorial
WHERE children IS NULL{
"results": [
{
"children": null,
"fname": "Fred"
}
]
}Last updated
SELECT fname, children
FROM tutorial
WHERE children IS NULL{
"results": [
{
"children": null,
"fname": "Fred"
}
]
}Last updated