如何逃避Presto的单一报价?

sco*_*ard 14 sql presto

如何'在Presto中逃避(单引号)?

这是我试图使用它的地方

select count(*) as count from uploads where title not in ('Driver's License')

我已经尝试了平时转义:, ,,'Driver\'s License' 但似乎没有任何工作.Presto的文档很模糊.谁知道?"Driver's License"E'Driver\'s License'

sco*_*ard 16

答案由a_horse_with_no_name提供,是使用另一个'.

'Driver''s License'