Explain Codes LogoExplain Codes Logo

Sql

How can I use a case-sensitive LIKE operator in MySQL?

sql
database
mysql
case-sensitive

How to retrieve field names from temporary table (SQL Server 2008)

sql
sql-server
temp-tables
system-tables

Insert and set value with max()+1 problems

sql
concurrency-control
transaction-isolation-levels
locking-strategies

Sql to generate a list of numbers from 1 to 100

sql
best-practices
performance
join

How SQL query result insert in temp table?

sql
temp-tables
sql-server
database-management

Sql Server equivalent of a COUNTIF aggregate function

sql
aggregate-functions
conditional-aggregation
sql-server

Finding and Deleting Duplicate Rows in PostgreSQL

sql
performance-tuning
database-optimization
postgresql

Postgresql - select something where date = "01/01/11"

sql
type-casting
date-format
postgresql

Select multiple columns into multiple variables

sql
select-into
data-type
error-handling

Cannot execute script: Insufficient memory to continue the execution of the program

sql
memory-optimization
sql-server
script-execution

Get AVG ignoring Null or Zero values

sql
prompt-engineering
best-practices
join

Use email address as a primary key?

sql
database-design
primary-key
database-performance

Subtract month and day mysql

sql
date-subtraction
mysql-functions
performance-optimization

How can I select from list of values in Oracle

sql
regexp-substr
sql-type
database-schema

Sql Server converting varbinary to string

sql
data-conversion
sql-server
binary-data

Mysql datatype to store month and year only

sql
data-types
date-format
database-performance

Why would someone use WHERE 1=1 AND in a SQL clause?

sql
dynamic-queries
sql-injection
best-practices

Subtract one day from datetime

sql
date-manipulation
datetime-functions
sql-dateadd

Return value from exec(@sql)

sql
prompt-engineering
best-practices
data-usage

How do I insert datetime value into a SQLite database?

sql
datetime
parameterized-queries
sqlite-functions