Schedule - PGConf.EU 2012Programming the SQL Way with Common Table Expressions
Date: 2012-10-24
SQL is a declarative language, meaning the user submits an SQL command and the database determines the optimal execution. Common Table Expressions (CTEs) allow queries to be more imperative, allowing looping and processing hierarchical structures that are normally associated only with imperative languages. This talk will help developers use implement CTE queries in their applications and allow operations that normally could only be done in application code to be done via SQL queries. SpeakerBruce Momjian |