# qrcode_plsql **Repository Path**: darkathena/qrcode_plsql ## Basic Information - **Project Name**: qrcode_plsql - **Description**: convert a string to a qrcode by plsql (only for oracle 21c) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-16 - **Last Updated**: 2021-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qrcode_plsql convert a string to a qrcode by plsql (only for oracle 21c) ```sql select qrcode('https://www.darkathena.top') from dual; ``` ![img](https://www.darkathena.top/upload/2021/11/image-46a4917850b84f81832a201dc1a3ba98.png)