#sqlquery
What's the most sophisticated query you've written to solve a real-world problem? How did it take advantage of PostgreSQL's capabilities?

#SQL #Postgres #PostgreSQL #OpenSource #Database #SQLquery #Development
November 11, 2025 at 2:39 PM
【決定版】TypeScriptのSQLタグ付きテンプレートリテラルで10種類のSQLiteドライバー全部試す

はじめに TypeScriptのSQLタグ付きテンプレートリテラルを数行で書けて超絶便利だったので、10種類のSQLiteドライバーで試した結果を紹介します。 SQLタグ付きテンプレートリテラル 今回の記事で何回も登場しますが、先にSQLタグ付きテンプレートリテラルだけ紹介します。 type SqlBinding = null | number | string; type SqlQuery = { query: string; bindings: SqlBinding[]; };…
【決定版】TypeScriptのSQLタグ付きテンプレートリテラルで10種類のSQLiteドライバー全部試す
はじめに TypeScriptのSQLタグ付きテンプレートリテラルを数行で書けて超絶便利だったので、10種類のSQLiteドライバーで試した結果を紹介します。 SQLタグ付きテンプレートリテラル 今回の記事で何回も登場しますが、先にSQLタグ付きテンプレートリテラルだけ紹介します。 type SqlBinding = null | number | string; type SqlQuery = { query: string; bindings: SqlBinding[]; }; function sql(strings: TemplateStringsArray,... Source link
inmobilexion.com
September 13, 2025 at 2:47 PM
SQL Query to find members of an Active Directory Security Group | https://techygeekshome.info/sql-query-active-directory-group-members/?fsp_sid=10201 | #Guide #SystemCenter #ActiveDirectory #Guide #Microsoft #Query #SQL #SQLQuery #ActiveDirectory #SecurityGroup #BlueskyPlatform #DatabaseManagement #
SQL Query to find members of an Active Directory Security Group - TechyGeeksHome
SQL Query to find members of an Active Directory Security Group - We recently helped out with a data migration which included creating a completely new set of
techygeekshome.info
September 5, 2025 at 3:31 AM
I've found the ParseResult structure returned from pg_query::parse() to be fairly tedious to navigate and use. I've now created my own structures, the top level called SqlQuery, and a function to convert a ParseResult to a SqlQuery.
August 5, 2025 at 2:33 AM
The SQL IN operator is a powerful comparison tool used in WHERE clauses to filter results based on a list of values. Let’s Explore Deeply.

madesimplemssql.com/sql-in-opera...

#dbms #Database #sqldatabase #sqldba #DBA #DBAProgram #madesimplemssql #SQLDBA #coding #backend #sqlquery #sql_help
SQL IN Operator: Top 5 Benefits - MadeSimpleMSSQL
Explore SQL IN Operator in details. This article offers a complete guide to help developers, and users.
madesimplemssql.com
July 3, 2025 at 5:47 PM
Frameworks are great productivity boosters but sometimes you just need a light weight thing to map SQL results to an object.

Jdbi is great for this jdbi.org 👇
March 1, 2025 at 1:33 PM
January 17, 2025 at 11:22 PM
Life of a #SQLQuery. Excellent improvements with 1. #Optimizer with #AdaptiveQueryExecution 2. #ExecutionEngine with re-written C+ and ~10X faster (#JVM #Presto) 3. #Caching with fast store 4. #AuxiliaryDataStructure: #DataSkipping with #DeltaLake transactionlog #dataaisummit
November 4, 2024 at 6:26 AM