D
D
DD-var2020-07-11 20:06:00
SQL
DD-var, 2020-07-11 20:06:00

Find a word by part of a word?

How to find a word by half a word? For example: input(Micro), output(Microsoft)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Developer, 2020-07-11
@samodum

Select * from mytable where mt_text LIKE query + '%'

S
Studentka1996, 2020-07-12
@Studentka1996

Try ... field like '%part of word%'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question