We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d4405 commit a1d79f2Copy full SHA for a1d79f2
transformations/sqlHexDecode.json
@@ -5,5 +5,40 @@
5
"type" : "tfn",
6
"name" : "sqlHexDecode",
7
"output" : "ABC"
8
+ },
9
+ {
10
+ "ret" : 1,
11
+ "input" : "ABC",
12
+ "type" : "tfn",
13
+ "name" : "sqlHexDecode",
14
+ "output" : "ABC"
15
16
17
18
+ "input" : "00x414243",
19
20
21
+ "output" : "0ABC"
22
23
24
25
+ "input" : "0xz0x414243",
26
27
28
+ "output" : "0xzABC"
29
30
31
32
+ "input" : "0x4142430x434241",
33
34
35
+ "output" : "ABCCBA"
36
37
38
39
+ "input" : "0x4142430x0x434241",
40
41
42
+ "output" : "ABC0xCBA"
43
}
44
]
0 commit comments