Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

I am trying to convert a postgresql query to a plr function

sql r postgresql plr

Stored procedure with AS MERGE not returning anything?

sql sql-server

Sorting an alphanumeric column in SQL with mix of alphanumeric and alpha-only values

Why are different values being affected in my update sql query?

sql select subquery

SQL Group By function combined with SUM

sql t-sql group-by

In SQL, what does a leading "X" mean when defining a string?

mysql sql

Is it really necessary to have GROUP BY in the SQL standard

ansi-sql sql

How to use SUM over GROUP BY in SQL Server?

SQL Select with multiple IDs

sql

Select all times (hour/minute) that occur within a set of small ranges bound by a large range - SQL 2000

Find all rows that have Non-ASCII in a specific column in SnowFlake

in mysql8 why does DATE DEFAULT CURRENT_DATE need parentheses around CURRENT_DATE?

mysql sql default create-table

Using variables when calling sp_rename

sql sql-server t-sql

How to get min from 2 values using Oracle SQL

sql oracle-database

Writing an SQL trigger to compare old and new values

how to create a trigger in oracle which will restrict insertion and update queries on a table based on a condition

sql oracle-database sqlplus

What is an easy way to commit work half way through a transaction, but then continue to

Why does my query return errors on Codility's test editor?

sql sqlite lag lead over-clause

Oracle order by upper(colname) does not give proper results for non string columns

sql oracle-database