jase64
jase64
WWindmill
Created by jase64 on 3/15/2024 in #help
How to pass parameters to SQL query?
@rubenf Wonderful it works! For reference, I wrote my query the following way SELECT * FROM <tablename> WHERE id in ANY($1::BIGINT[]) Thnaks a lot!
6 replies