I am firing the below query for extracting were+10 from the database but its not working. Please correct it.
Code:
SELECT parameter FROM table WHERE parameter RLIKE '\\bwere\\b'
Comment