Created
May 15, 2021 03:17
-
-
Save utgwkk/e3af094288afd2621d74b4628727eb6f to your computer and use it in GitHub Desktop.
Quine in SQL (SQLite3)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with quine as (select 'with quine as (select %c%s%c as s) select printf(s, char(39), s, char(39)) from quine' as s) select printf(s, char(39), s, char(39)) from quine |
Author
utgwkk
commented
May 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment