Path: blob/main/tests/docs/crossrefs/listings.qmd
3583 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).