Sparticuz
DTDrizzle Team
•Created by Sparticuz on 2/6/2025 in #help
How to specify types for raw sql statement?
How do I specify the types for a raw sql statement? I have the following code, but I have to override the types to unknown before I can get the types out.
I've tried putting the <SQLResults> as
database.execute<SQLResults>(csFeedbackMTD)
as well, but the types don't seem to be what I'm getting back.2 replies