Skip to content
DbaFix
Just share answer and question for fixing database problem
MENU
  • HOME

Tag: sql-standard

CREATE INDEX vs ALTER TABLE ADD INDEX – MySQLism, or SQL Standard?

By adminPosted on February 2, 2023

Question : Just came across a weird issue, whereby depending on how I create an index, an index name is […]

SQL: SELECT All columns except some

By adminPosted on December 31, 2022

Question : Is there a way to SELECT all columns in a table, except specific ones? IT would be very […]

What does “ISO standard equivalent” actually mean?

By adminPosted on November 17, 2022

Question : I’m reading about comparison operators. In the documentation, Comparison Operators Modified by ANY, SOME, or ALL it says […]

What is a “clob” or Character Large Object?

By adminPosted on July 24, 2022

Question : I see in this post on listagg — Rows to Delimited Strings talking about SQL’s LISTAGG() clause ON […]

Equality in JOIN or WHERE clause? Efficiency and style

By adminPosted on July 19, 2022

Question : Of the two queries below, which is the most efficient for postgresql? And which has better style in […]

Does the ANSI SQL Standard allow filters or parameters in JOIN conditions?

By adminPosted on May 16, 2022

Question : Does the ANSI Standard find the following SQL sinppet syntactically correct? I am interested specifically in the last […]

Does the ANSI SQL Standard allow filters or parameters in JOIN conditions?

By adminPosted on May 13, 2022

Question : Does the ANSI Standard find the following SQL sinppet syntactically correct? I am interested specifically in the last […]

Updating Multiple Tables with single Update query [duplicate]

By adminPosted on May 13, 2022

Question : This question already has answers here: How to run update query on multiple table via joins simultaneously on […]

Why does information_schema have “YES” and “NO” character strings rather than booleans?

By adminPosted on March 12, 2022

Question : I was taken by surprise to find that the is_nullable column for this query is typed as character […]

Using a CREATE TABLE AS SELECT how do I specify a WITH condition (CTE)?

By adminPosted on March 9, 2022

Question : There is an old and deprecated command in PostgreSQL that predates CREATE TABLE AS SELECT (CTAS) called SELECT […]

  • 1
  • 2
  • 3
  • …
  • 5

Recent Posts

  • Modelling a database for a travelling business that involves Vehicules, Routes, Subroutes and Prices
  • Hard Drive Configuration for my setup
  • Optimize delete query in SQL Server 2008 R2 SP1
  • Join query with closest date in “ON” clause
  • Postgresql vs MySQL – Which is better for join queries & writing data(inserts) [closed]
  • Subtracting an integer in my db by 1. SQL
  • MariaDB Galera Arbitrator failing to sync with SSL
  • Array exceed allowed size in Postgres
  • Mysql Server 5.6 high memory consumption
  • SQL Server 2016 Always ON high availability group listener configuration
  • Columns count in SELECT query and SQL Server buffer cache
  • Postgres sharding installation with citusdb
  • T-SQL Query to calculate Settele and withdraw amount in MSSQL- SERVER
  • Case when not return more than one value
  • Creating a constraint
  • Which of the following pieces of SQL is most efficient
  • Using Oracle hierarchical queries for transposing field value into rows
  • Updating an FTS indexed column returns “Invalid InnoDB FTS Doc ID”
  • Migrating 300 GB mysql database from one server to another cleanly with minimum downtime
  • how to join one select statement to another pivot select statement [closed]

Categories

  • Database Backup
  • Database Design
  • Database Index
  • Database Optimization
  • InnoDB
  • Join
  • MariaDB
  • MongoDB
  • MySQL
  • Oracle
  • Performance
  • Permissions
  • Postgresql
  • Query Performance
  • Replication
  • Security
  • SQL Server
Proudly powered by WordPress / Support by: DizzyCoding