Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

Basic SQL Injections?

php sql mysql sql-injection

In Oracle: how can I tell if an SQL query will cause changes without executing it?

sql oracle sanitization

Select Records multiple times from table

Stop Hibernate from updating existing records

java sql hibernate jakarta-ee

How do I get a list of the reports available on any given reporting server?

sql reporting-services

How to escape single quotes in Oracle? [duplicate]

sql oracle

How can I sort an SQL result but keep some results as special?

.net sql sorting

Convincing an IT Manager to allow SQL Server instead of Access

php asp.net sql ms-access

What is faster: SqlCommand.Parameters[string] or .Parameters[int]?

c# .net sql performance ado.net

How to combine IN operator with LIKE condition (or best way to get comparable results)

sql sql-server oracle

How do I block sql injections in CAKEphp

sql cakephp sql-injection

select dept names who have more than 2 employees whose salary is greater than 1000

sql

.NET .ToList function is WAY WAY too slow

sp_attach_single_file_db Error: failed with the operating system error 5(Access is denied.)

sql sql-server-2008 ssms

Do I need to encode/decode query parameters between an ajax request and the php receiving that request?

php jquery sql ajax

Cursor says its read only even though I declared it "for update"

Trigger and update to a row in SQL Server after it's been updated

Integrity constraint violation in Magento custom module

What's the shortest TSQL to concatenate a person's name which may contain nulls

sql sql-server tsql

Can I include the table name in the result of an SQL query?

sql