I have a Geopackage with lots of tables and would like to speed things up by only reading the needed tables for later processing. The 'Where' field only applies to table content, I want to filter on table names. I would like to use a wildcard to import layers containing a certain string.
Example
In a dataset all hydrographic layers might contain the string 'hydro'
I would like to use sql to only import these layers by using something similar to 'LIKE %hydro%'
edited by including an example
Edit 2: I realise I made a huge, and embarrassing, typo. The file I am working with is a geopackage, not a gml... *facepalm*