SQL Regex Complete Tutorial | Practice with 20+ SQL Queries | Pattern Matching | Regular Expressions

preview_player
Показать описание
In this tutorial, we learn about the SQL Regular Expressions.
We also write 20 + Practice Queries.

The SQL queries discussed in this tutorial can be found here -

Must Do Data Analytics Certifications -

Google Data Analytics Professional Certificate

Google Advanced Data Analytics Professional Certificate
Please do not forget to like, subscribe and share.

For enrolling and enquiries, please contact us at
Рекомендации по теме
Комментарии
Автор

Your channel is really good. Please keep uploading videos, I watch every video it's helpful to improve coding

thedatakid
Автор

I was looking for a regex SQL video. I found this. Really awesome video.

KrishnaGupta-ddmo
Автор

Excellent explanation! Thank you so much 😊

naziyatarannum
Автор

Well done video!! I have problem similar to this. i have 8 digits numbers i want categorize first two numbers, example 01-05, then 06-15, and so on. thank for your efforts

agafow
Автор

Really well explained although regex in MSSQL Server is very limited as compared to the regex functions in Oracle.

saktibiswal
Автор

Very detailed and clear explanation. The examples really help a lot. Thank you.

diydecor
Автор

Best explanation ever thanku so much ma'am 😘❤️🙏

vishakhasingh
Автор

Fantastic video! I didn't know the underscore could be used like that to create a pattern.

MethodOverRide
Автор

Hey, god bless your efforts.
I have a simple enquiry as a newbie.
How can i identify the character set of a special language that contain special characters.
Is that related to data type assignment.
Also, how can encompass special characters from different character set at once.
Thanks for taking care of my enquiry.

hasanmougharbel
Автор

Can you give an example for checking date format

duraimurugan-yyhx
Автор

If you can answer my doubt....
You said '^abc' means 'not abc'
But i read on the internet that it means 'start with abc''

mohit
Автор

Dear Ma'am, Please share the link for the dataset for this tutorial. Thanking you in advance.

seasonz
Автор

Can you plz make the videos on python for data engineer. Plz help us for the python toics

mahesh_da
Автор

How about dynamic creation of json file

akumas
Автор

`Hi madam, i have downloaded backup file. could you please help me how to upload/import that back up file to server.
i am local server(Windows authentication). I have 10 databases. if i import/attach/download backup file is there any chance those previous 10 databases will be lost

RamaKrishna-lliz
Автор

Im confused. I thought the character "^" means the start of the character in REGEX

kevinagdeppa
Автор

select from table where value like '%[^A-Z]%'

kristyowens
Автор

How can write a query to extract keywords from URL using this regex SQL query

lakshmiprasad
Автор

Select * from table where col not like '%[^A-Z]%'

hv
Автор

What a joke ! RegExp ? Really ? You'd better specify in your title that it's MS-SQL ! It's not really REGEXP so limited, even MySQL is better and totaly free !

Shinzouille