First push
This commit is contained in:
@@ -2,7 +2,7 @@ async function run() {
|
|||||||
debugger
|
debugger
|
||||||
while (true) {}
|
while (true) {}
|
||||||
process.exit()
|
process.exit()
|
||||||
1.substring()
|
//1.substring()
|
||||||
let res = await cds.read(SELECT.one`title`.from(`Books`).where(`ID=201`))
|
let res = await cds.read(SELECT.one`title`.from(`Books`).where(`ID=201`))
|
||||||
let { title } = res
|
let { title } = res
|
||||||
const data = req.data
|
const data = req.data
|
||||||
|
|||||||
Reference in New Issue
Block a user