I want to do something like this:
SQL.Text := Format( select foo from bar where baz like %s% ,[SearchTerm]);
但是格式不喜欢那个最后的%,当然了。那么我该怎样转义它呢?\%
?%%
?
还是我必须这样做:
SQL.Text := Format( select foo from bar where baz like %s ,[SearchTerm+ % ]);
I'm sorry, you did not provide any text to translate. Please provide the text you would like to have translated into Chinese.