Welcome To Snipplr


Everyone's Recent SQL Snippets



1 ... 8 9 10 11 12 ... 18
Only works if you have the mysql-root password
0 1320 posted 15 years ago by isholgueras
Backup a single table from a database
0 1309 posted 15 years ago by tribal
use this SQL query to find out an applications full name (aka long name) and/or application id based on the application short name. This can obviously be re-written to perform the reverse.
0 2317 posted 15 years ago by theonlyalterego
0 912 posted 15 years ago by JohnnyGamba
0 1243 posted 15 years ago by xavsio4
sometimes we botch an import, and end up with return or newline characters in the field. So fields which should be empty have \r in them, or fields with text data have an invisible trailing newline. This makes it impossible to match the text values....
0 1430 posted 15 years ago by powerthru
1 1063 posted 15 years ago by okepaing
To sort varchar fields which contain numeric data & returning XML
0 1109 posted 15 years ago by aunlead
3 1752 posted 15 years ago by jamiebrwr
Solucion a error cuando mudamos una bd de una pc a otra y luego no podemos crear un diagrama de la BD
2 1908 posted 15 years ago by derebus
0 926 posted 15 years ago by theasta
2 1666 posted 15 years ago by g8rpal
1 1197 posted 15 years ago by traeregan
2 1381 posted 15 years ago by samwa
2 1225 posted 15 years ago by samwa
1 1432 posted 15 years ago by crs
Verify whether temporary table created is exists or not
1 1514 posted 15 years ago by hairajeshk
Find column name in all tables of a database
2 2071 posted 15 years ago by hairajeshk
Declaramos tantas variables como campos vaya a devolver la select que nos estamos currando para el cursor, en este ejemplo con dos campos vamos contentos: * declare @campo1 int * declare @campo2 int Ahora declaramos el cursor, al cual...
0 1560 posted 15 years ago by derebus
You would use a CURSOR FOR Loop when you want to fetch and process every record in a cursor. The CURSOR FOR Loop will terminate when all of the records in the cursor have been fetched.
1 1330 posted 15 years ago by mprabhuram
1 ... 8 9 10 11 12 ... 18