Hello.
I’m still learning the pyton-sql library, but I see that a range of PSQL functions are not implemented.
I understand that order_ functions ’ return are used to construct an ORDERBY query.
Is there a way to express the query (or in this case a part of the query) literally ? I mean using a string of native psql code ?
Thank you for your help.