18 Nisan 2023 Salı

MariaDB

Giriş
Açıklaması şöyle. Yani Oracle ile aynı söz dizimini kullanabiliyor
Oracle syntax compatibility mode for running Oracle Database applications without change.
- Detailed guide section on migrating from SQL Server to MariaDB.
JSON Data type and rich set of JSON functions
- Selection of a specific storage engine such as InnoDB, Aria, and MyISAM

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...