n39librarian/middleware/queries/listShelves.ts

1 line
67 B
TypeScript

export const listShelves = `SELECT DISTINCT shelf FROM bookData;`;