Anyone know where I can find an example of a lateral join in honeysql using the map/data syntax?
https://cljdoc.org/d/com.github.seancorfield/honeysql/2.7.1340/doc/getting-started/sql-clause-reference#cross-join
https://github.com/seancorfield/honeysql/blob/develop/test/honey/sql/helpers_test.cljc#L204-L230
Thanks!!