Skip to content

Commit

Permalink
Create c14.out
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Jan 20, 2025
1 parent d19e1b9 commit a14b23b
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions demos/guru_scripts/docker/tutorial/4.x/cypher/c14.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"version": {
"edition": "enterprise",
"api": "v2",
"schema": 1
},
"error": false,
"message": "",
"results": [
{
"T_3": [
{
"srcAccount": "Paul",
"res": 40000
},
{
"srcAccount": "Paul",
"res": 20000
},
{
"srcAccount": "Paul",
"res": 1959
},
{
"srcAccount": "Jenny",
"res": 2000
},
{
"srcAccount": "Jenny",
"res": 3000
},
{
"srcAccount": "Paul",
"res": 60000
},
{
"srcAccount": "Jenny",
"res": 1000
},
{
"srcAccount": "Paul",
"res": 1306
},
{
"srcAccount": "Paul",
"res": 653
}
]
}
]
}

0 comments on commit a14b23b

Please sign in to comment.