Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

Database schemas WAY out of sync - need to get up to date without losing data

How do I select the max value from multiple tables in one column

sql oracle

MySQL: Count rows by field

sql mysql

Is SQL DATEDIFF(year, ..., ...) an Expensive Computation?

Using .net Datetime in sql query

c# .net sql vb.net datetime

Best solution for a comment table for multiple content types

How do I return count and not count in a SQL query?

sql oracle select

Linq To Sql - SQL Default Constraint Problem

sql linq-to-sql constraints

sql: delete a subtree table(id, Parentid) , delete a item with all his children

sql sql-server

How do I delete every row except the last one for each day?

sql mysql

SQL Query Theory Question

sql sql-server query-tuning

cloning a database with backing up possible?

sql sql-server

SQL Server: A Grouping question that's annoying me

SQL Select Count(person_id) > 3 From

Using PHP + VoltDB together?

php sql rdbms voltdb

Ordering Select clause result in specific way

sql database oracle

How to write "WHERE foo = 'bar' OR foo = 'baz' OR ..." without repeating "foo" each time

sql mysql where

MySql to Sql Server migration questions

sql mysql sql-server

Another issue with to_number(). I simply do not understand it

sql oracle ora-01722

How to design SQL tables when column data arrives in multiple types/margins of error?

sql database-design