When parmaeters , sql “in”?

when
’http://****?org_id=1,2,3’
in the sql
**select **


from org
where org_id in {{org_id}}
is no work .how do it ?

Hi @tang
Post “Diagnostic Info” from Admin > Troubleshooting, and which database you are querying, and which filter type you are using for {{org_id}}.
I would recommend that you read these articles:
https://www.metabase.com/blog/field-filters/index.html
https://www.metabase.com/blog/sql-template-variables/index.html