mercredi 22 mai 2019

Postgresql pattern matching

I want to get datas starting name and surname with 'Ib' But result shows just name starting with 'Ib'

select* from student where concat(name,surname) like '%Ib';

Aucun commentaire:

Enregistrer un commentaire