I am using for the first time MediaWiki so I apologize if this is a trivial question. I am retrieving data from an external database using
{{#get_db_data:
db=mydb
|from=tabledata
|data=ts=ts,obs=observer,des=description
}}
How can I obtain with this parser the same effect of the sql command SELECT DISTINCT
?
Thank you.