daglugub37
Technical User
to find notes
select *
from notes
where [text] = 'notes'
but how do i find no't'es
I tried
select *
from notes
where [text] = 'no't'es'
0 hits
I tried
select *
from notes
where [text] = "no't'es"
0 hits
I know the value exists so I must have the query wrong
select *
from notes
where [text] = 'notes'
but how do i find no't'es
I tried
select *
from notes
where [text] = 'no't'es'
0 hits
I tried
select *
from notes
where [text] = "no't'es"
0 hits
I know the value exists so I must have the query wrong