Upcoming presentations
No upcoming presentations...
Past presentations
- How you can write SQL queries to generate various kinds of f...
Making Use of the Turing Completeness of SQL
Using SQL to Generate Fractals and Build a Programming Language
It's semi-common knowledge that Postgres' dialect of SQL is Turing complete. This means any program you can write in a general purpose programming language, you can also write in SQL.
In this talk we'll walk through how you can use various SQL features to do things you really shouldn't be able to. We will specifically look at: