Path: blob/main/tests/docs/crossrefs/before-newcrossref-regression-tests/listings.qmd
12926 views
---
title: Listings Test
---
```{#lst-customers .sql lst-cap="Customers Query"}
SELECT * FROM Customers
```
Then we query the customers database (@lst-customers).