How do I do a 'LIKE' search in datajoint?

29 Views Asked by At

To do a normal search in datajoint you do -

some_table & { 'some_column': 'opq'  }

suppose I want to search for combinatios of 'opq', like 'aopq', 'opqb', 'abopqgt' and other suffix and/or prefix combinations, how do I do that? I do not recall seeing it in documentation

0

There are 0 best solutions below