25-String Functions in SQL | Types of SQL Functions | Examples | SUBSTR(),CONCAT(),UPPER(),REVERSE()

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 13

  • @fathimasyed4232
    @fathimasyed4232 Рік тому +2

    This series is very useful. Thanks !!

  • @higiniofuentes2551
    @higiniofuentes2551 4 місяці тому

    Thank you for this very useful video!

  • @pravallikakadari4191
    @pravallikakadari4191 23 дні тому

    Precise context😀

  • @AyobamiAluko
    @AyobamiAluko Рік тому

    I'm always enjoying your lectures... Keep it up

  • @neerajkhurrana283
    @neerajkhurrana283 Рік тому

    Mam, you are doing a great work. Please create windows function video. Thank you so much for your amazing work ❤😊

  • @sateeshsunkara3
    @sateeshsunkara3 Рік тому +3

    Hii Saloni !! While working with my SQL workbench, whenever I try to update my table details like set e_name = 'XYZ'.... its raising error like "You are using Safe Update Mode".... How to fix this ???

    • @vishalnadekar694
      @vishalnadekar694 10 місяців тому

      You need to specific the where condition to update e_name at multiple position while using safe mode, to update the same first run the following query : SET SQL_SAFE_UPDATRS = 0;
      Then you can run your update query

  • @patel1111101
    @patel1111101 10 місяців тому

    OUTPUT-TRIM LEADING 456, TRIM TRAILING http: is that possible to trim only 0 or / ???

  • @TheGame-d4l
    @TheGame-d4l 5 місяців тому

    how to show more than duration 1000:00:00 in MySQL?

  • @preetihalder4758
    @preetihalder4758 Рік тому +1

    SELECT id, RIGHT(dob,2) As result FROM employee;
    result
    output--- 19
    10
    12
    03
    10
    17
    09
    28
    26

  • @Pappu_bhau_0
    @Pappu_bhau_0 9 місяців тому

    Where is ' Search ' function??

  • @TheGame-d4l
    @TheGame-d4l 5 місяців тому

    859:59:59 only showing
    in my Mysql