Checkout the free Window function (in PostgreSQL) course on LearnSQL (FREE only during March 2024) learnsql.com/?ref=thoufiqmohammed
@In4Tech110 ай бұрын
Hi Thoufiq, we are not able to enroll this course for free. They are asking to buy the course even after using the link shared by you. I believe it is not with me only.
@techTFQ10 ай бұрын
Only the window function course in Postgres is free .. u need to search for that specific course ..
@sdmagic10 ай бұрын
Brilliant! I'm loving this series. It's sending me into areas of SQL I never thought about.
@kashyapshani10 ай бұрын
Awesome! Find new concepts with great explaination. Thank you.
@Hsalz10 ай бұрын
So cool! This is the first time I've heard about regular expressions and they seem super useful. Thanks for sharing!
@shyamu43110 ай бұрын
Commendable. Thanks for putting this much effort.
@amal7411jo10 ай бұрын
Great 🤩🤩🤩
@CebuProvince10 ай бұрын
Hi, good Job, it's nice that you place the task / content in file with the data now, so that we know what's the task of the lesson
@charanteja680810 ай бұрын
Good explanation w.r.to regex. Thank you
@pamm62814 ай бұрын
best teacher ever
@SurennBhandari10 ай бұрын
Great sir 💯
@madhustips830410 ай бұрын
superb explanation
@niveditav69110 ай бұрын
Your videos are great. Do you think you can also do a small tutorial video on REGEX with a couple more problems? I tried searching in your channel but could not find. It would be really helpful.
@ayelala10 ай бұрын
What if I want to create a new column in an existing table with a REGEX formula to get the Invoice number from a column in that table.
@DEXTER-bn9zu5 ай бұрын
Is there any fuuzy join in SQL?
@DEwithDhairy10 ай бұрын
PySpark 30 Days Challenge of these problems : kzbin.info/aero/PLqGLh1jt697xzk9LCLL_wFPDZi_xa0xR0
@BalajiVenkatraman2110 ай бұрын
select * from feedback where email like '[a-zA-Z]%@[a-zA-Z]%.[a-zA-Z]%' and email not like '%[@#]%@[a-zA-Z]%.[a-zA-Z]%' and charindex('.',REVERSE(email)) between 3 and 4;
@varunas97846 ай бұрын
Hi buddy, I thought you might want to include the possibilities of different characters appearing in your data like: !,*;{ etc.