SELECT * FROM tableWHERE Column LIKE ' [_] '
Try this ..SELECT * FROM table_name WHERE column_name LIKE' !_ ' ESCAPE '!'