first name, second name කියල දාන්නෙ නැතුව
සම්පූර්ණ නම එක field එකකට දැම්මොත්, පුද්ගලයින්ගෙ නම් parially match වෙන්ඩ කෝඩ් ලියන්ඩ බැරිද?
උදා
Saman Perera
Akila Perera
Perera කියල දුන්නම ඔය නම් දෙකම එන්ඩෝන
Ammapa mata hitaganna bari uba me athal ekakda ganne kiyala
puluwan... where LIKE kiala google karanna
habai mage adahasa nam ehema use case tiyenawa kianne first name last name wenama danna one

first name, second name කියල දාන්නෙ නැතුව
සම්පූර්ණ නම එක field එකකට දැම්මොත්, පුද්ගලයින්ගෙ නම් parially match වෙන්ඩ කෝඩ් ලියන්ඩ බැරිද?
උදා
Saman Perera
Akila Perera
Perera කියල දුන්නම ඔය නම් දෙකම එන්ඩෝන
this is not an optimized solution. The name field will be a large text field taking up a lot of space as the DB grows and it will take up a lot of memory to search as well as the DB grows.puluwan... where LIKE kiala google karanna
habai mage adahasa nam ehema use case tiyenawa kianne first name last name wenama danna one
select full_name from table where full_name like '%perera%'

this is not an optimized solution. The name field will be a large text field taking up a lot of space as the DB grows and it will take up a lot of memory to search as well as the DB grows.
This is why the name is stored in several fields.

this is not an optimized solution. The name field will be a large text field taking up a lot of space as the DB grows and it will take up a lot of memory to search as well as the DB grows.
This is why the name is stored in several fields.