Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

Select the number of days a record is present within a certain year/month

How to mark duplicates in an SQL query

sql mysql

Extract a value from SQL XML field

sql sql-server xml xpath

ORACLE/SQL: wm_concat & order by

sql oracle oracle11g wm-concat

How to upgrade Magento when the database structure changes between versions?

php sql database magento upgrade

SELECT Data from multiple tables?

sql mysql

How to replace non-numeric characters in MySQL?

mysql sql

Viewing a grails schema while it runs in memory?

Is it possible to see the SQL query of a LINQ command?

.net sql linq

Oracle nested correlated subquery problem

sql oracle

Generate unique random integer in database column

Monitoring tablespace usage in Oracle XE

Check for winning tickets in lottery using SQL

Using Order By NULL in a UNION

mysql sql

Is there a "Code Coverage" equivalent for SQL databases?

How to delete the highest value in a group

sql postgresql

In PostgreSQL (and maybe other engines), why does the UNION statement consider NULL values the same, while the UNIQUE constraint does not?

sql null duplicates union dbnull

Stored Procedure to Insert Two Tables with Relationship?

sql stored-procedures

How to distinct the record when using Group By?

sql oracle group-by

Get SQL headers from Numpy Array in python

python sql numpy