docs
docs copied to clipboard
Feedback: BYTES example output has changed.
Fabio Ghirardello (fabiog1901) commented:
Page: https://www.cockroachlabs.com/docs/v23.2/bytes#example
If you run through the example, you'll see the the output of SELECT is different now:
> select * from bytes;
a | b
----+-----------
1 | \x616263
2 | \x616263
3 | \x616263
4 | \x616263
Jira Issue: DOC-10072