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