select * from book where id like '%9%'我想放在一个自定义字符串里。declare @sqlset @sql = 'select * from book where id like '%9%''如果两边加上单引号,怎么做?