SQL Tips extract First name and last name from full name #sql #interview #sqltips #database
BSTRING_INDEX(full_name, ' ', 1): Returns the substring from the start up to the first space, which is the first name.
SUBSTRING_INDEX(full_name, ' ', -1): Returns the substring from the last space to the end, which is the last name.
Видео SQL Tips extract First name and last name from full name #sql #interview #sqltips #database канала Desk For Dev
SUBSTRING_INDEX(full_name, ' ', -1): Returns the substring from the last space to the end, which is the last name.
Видео SQL Tips extract First name and last name from full name #sql #interview #sqltips #database канала Desk For Dev
Комментарии отсутствуют
Информация о видео
19 сентября 2024 г. 15:43:24
00:00:08
Другие видео канала