答案 0 :(得分:1)
您已发布了Java DB文档的链接。这是一个完全不同的数据库引擎,碰巧由Oracle公司拥有。
在Oracle数据库中,您不能也不能指定function test(input, callback) {
if (input) {
callback(input)
}
else {
callback("No input")
}
}
test("message", function (result) {
console.log(result)
})
test(function (result) { // This scenario fails
console.log(result)
})
长度的限制。您只需声明blob
即可。任
blob
或
create table foo(
blob_column blob
);