Does anyone have any detailed information on the allowed syntax when writing the where condition in database views? So far I've only been able to get =, >, >=, < and <= to work. I was wondering if additional MySQL syntax was available such as LIKE and %. I know this is mainly for joining tables, but it would be nice to have advanced filters before/after the join to reduce the size of the view results.
↧