Fork me on GitHub
#sql
<
2023-09-07
>
Darrell19:09:51

If I have a SQL Server table that have spaces in their names, is it possible to query that table with next.jdbc using (sql/insert!)? e.g.; ,[Category ID], [Associated Cat Id], [Discontinued Flag], [Product weight]

seancorfield21:09:59

That's what :table-fn and :column-fn are for in the options. Along with the functions from: https://cljdoc.org/d/com.github.seancorfield/next.jdbc/1.3.883/api/next.jdbc.quoted