Open Jakob-Lanstorp opened 4 years ago
If you make reference to the Select by expression Dialog, if it is to use only for SELECT, use the Select by expression dialog as the WHERE clause. For example :
"my_field_1" = 'transport' AND "my_id_field" < 100
Is there a particular SQL function in the Expression Dialog missing ?
Feature description.
Adding a "Select Features by SQL" menu in the Expression button.
Adding a checkbox to the Virtual Layer dialog letting the user make a selection instead of a virtual layer (if SQL complies with a table select).
Adding a pyqgis function selectBySQL('mysql') like iface.activeLayer().selectBySQL('mysql')