LIKE


SELECT * FROM test WHERE isim LIKE "%i%"
SELECT * FROM test WHERE isim LIKE "%n"
SELECT * FROM test WHERE isim LIKE "Ş%"

SELECT * FROM test WHERE isim LIKE "%Ş%" && soyisim LIKE '%ER%'

Lesson discussion

Swap insights and ask questions about PHP Temel

Be the first to start the discussion

Ask a question or share your thoughts about this lesson.