Jump to Navigation
Home

Languages

  • English

Search form

  • About us
  • Services
  • Software
  • Resources
  • image

Programming

MariaDB PL/SQL Examples

Wed, 2019-12-04 21:49 — Shinguz

Table of Contents

  • Before you start
  • Infinite Loop Example

Before you start

SQL> SET SESSION sql_mode='ORACLE';

Infinite Loop Example

DELIMITER /

BEGIN

LOOP
  SELECT 'Hello world from MariaDB anonymous PL/SQL block!';
END LOOP; 

END;
/

DELIMITER ;
tags: 
mariadb
example
application
programming
pl/sql
oracle
  • Read more about MariaDB PL/SQL Examples
Subscribe to RSS - Programming
  • About us

    • News
    • About FromDual
    • Contact
    • Partner
    • References
    • Newsletter
    • Press
  • Services

    • Consulting
    • Support
      • MySQL
      • DB Development
    • Remote-DBA
    • Training
      • Training Modules
      • Class Schedule
      • for Developer
      • for Administrators
      • Galera Cluster
  • Software

    • Performance Monitor
    • Ops Center
    • Backup and Recovery Manager
    • MyEnv
    • Download
  • Resources

    • Blog
    • Presentations
    • SQL Formatter
    • Database Health Check
    • Performance Tuning Key
    • Consulting tools
    • MySQL Configuration
  • Download

  • Recent content

Trademarks

RSS LinkedIn X / Twitter Facebook Flickr Bluesky YouTube Mastodon Matrix PeerTube Codeberg twitter

MySQL, InnoDB and Oracle are registered trademarks of Oracle Corp. MariaDB®, the sea lion logo and MaxScale® are registered trademarks of MariaDB Corp. All other trademarks are property of their respective owners. Other product or company names mentioned may be trademarks or trade names of their respective owner.