如果有一长表如果有一长表,表名为USER,表里有一个字段Username,希望查询Username中包含有 "apple "的记录,SQL语句怎么写.如果查询这个字段包含单引号的记录,该怎么写![解决办法]--try select * from user where charindex( 'apple ', username)> 0