Skip to content

Commit

Permalink
fix the doctest
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Jin <[email protected]>
  • Loading branch information
LantaoJin committed Jan 10, 2025
1 parent c574fa2 commit 0d976fe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/user/ppl/general/identifiers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@ Query metadata fields::

os> source=accounts | fields firstname, lastname, _index, _sort;
fetched rows / total rows = 4/4
+-------------+------------+----------+---------+
| firstname | lastname | _index | _sort |
|-------------+------------+----------+---------|
| Amber | Duke | accounts | -2 |
| Hattie | Bond | accounts | -2 |
| Nanette | Bates | accounts | -2 |
| Dale | Adams | accounts | -2 |
+-------------+------------+----------+---------+
+-----------+----------+----------+-------+
| firstname | lastname | _index | _sort |
|-----------+----------+----------+-------|
| Amber | Duke | accounts | -2 |
| Hattie | Bond | accounts | -2 |
| Nanette | Bates | accounts | -2 |
| Dale | Adams | accounts | -2 |
+-----------+----------+----------+-------+

0 comments on commit 0d976fe

Please sign in to comment.