- wrote:
> - wrote:
>
>> select path from tablename WHERE path REGEXP _____________
>
>
> nmind. i got it.
>
> '^(/[\\d\\w]*?){1}'
oops. doesn't work as expected.
this is the correct one i suppose.
'^(/[\\d\\w]*?){X}$' where X is the expected no. of '/'.
but how do i put a variable in there? is it
'^(/[\\d\\w]*?){' && variable && '}$'<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: select with regexp