28 Temmuz 2022 Perşembe

CONCAT Metodu - Birden Fazla Sütunu Birleştirebiliriz

Giriş
254 taneye kadar parametre alır. Açıklaması şöyle
The syntax of the function looks like as follows:

CONCAT ( string_value1, string_value2 [, string_valueN ] )

The CONCAT function at least requires two parameters and this function can accept a maximum of 254 parameters.


Hiç yorum yok:

Yorum Gönder

CREATE EVENT - Scheduled Task İçindir

Örnek Şöyle yaparız CREATE EVENT myevent     ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 1 HOUR     DO       UPDATE myschema.mytable SET myc...