Replace, Stuff, Substring and Translate | SQL String Functions | SQL Fundamentals

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024
  • In this video we will discuss 4 very important string functions.
    Replace
    Stuff
    Substring
    Translate

ความคิดเห็น • 12

  • @nihal2725
    @nihal2725 2 ปีที่แล้ว +1

    I am gonna finish all your videos in 2 days.I am revising for ba/da role

  • @abhishek_grd
    @abhishek_grd 2 ปีที่แล้ว

    Very useful and handy sometimes ! Thank you ..

  • @pavitrashailaja850
    @pavitrashailaja850 2 ปีที่แล้ว +2

    Thnks for the video!

  • @mohit231
    @mohit231 2 ปีที่แล้ว +2

    Great

  • @adrianmanuntag1764
    @adrianmanuntag1764 ปีที่แล้ว

    does stuff() function not exist in Postgres?

  • @taniyasaini6830
    @taniyasaini6830 2 ปีที่แล้ว

    Are these applicable on MySQL? Can you post the MySQL version of these functions

    • @taniyasaini6830
      @taniyasaini6830 2 ปีที่แล้ว

      For Stuff and translate i couldnt find any equivalent in MySQL

    • @mohammadabdullahansari6314
      @mohammadabdullahansari6314 2 ปีที่แล้ว +1

      @@taniyasaini6830 There you go:
      SELECT
      *,
      replace(dept_name,'Analytics','Data Science') as r_dept_name,
      insert(dept_name,1,3,'Demo') as stuff_string,
      substring(dept_name,1,4) as subs_dept_name,
      replace(replace(dept_name,'A','S'),'T','R') as t_dept_name
      FROM
      ankit_sql.dept;

  • @vamshitha449
    @vamshitha449 ปีที่แล้ว

    Increase font size then it's better for us