Welcome To Snipplr


Everyone's Recent Snippets Tagged mysql



Delete from table with limit (mySQL)
0 4130 posted 12 years ago by Kcko
query with count having
0 3900 posted 12 years ago by ironcrema
This will get the names of all the columns as one long string ready to use in a select statement. N.B. There is a list of column names to exclude (In this case '???COLUMNS_TO_EXCLUDE???')
0 4392 posted 12 years ago by imbraz
use This Class to conenct to any database mysql oracle access and postgresql and use functions to select update insert or update data from database --
0 4066 posted 12 years ago by supupoff
Sets up the database for my project management software (in development - C#)
0 4408 posted 12 years ago by JordanRowles
Format a mysql datetime into a PHP date
0 3138 posted 12 years ago by flatearthcomms
Adding a linked server to MSSQL account - particularly a MYSQL server
0 1869 posted 12 years ago by kidmizere
MySQL has a handy and simple string function REPLACE() that allows table data with the matching string to be replaced by new string. This is useful if there is need to search and replace a text string which affects many records or rows, such as chang...
0 4430 posted 12 years ago by apphp-snippets
This is a very simple snippet about how to create a database 1st, a user and then assign some privileges to the user to allow him/her to perform some specific actions like insert, create, update, select etc.
0 2326 posted 12 years ago by apphp-snippets
This post will explain you the use of Event scheduler in MySQL.
0 4410 posted 12 years ago by kp32
I found this script and tried it. It worked. I thought it was useful for a variety of situations and is easy to follow. Often times I need nearly duplicated data and don't want to manually cut and paste.
0 4083 posted 12 years ago by donkeykong
In this tutorial I will go over implementing Full-Text search in Laravel 4 . Those who have used Laravel 3 in the past may remember that there used to be support for FULLTEXT indexes. This functionality has been removed in Laravel 4 but can still ea...
0 1819 posted 12 years ago by CreativePunch
While the Pinnacle Cart API can handle some of this, I found it easier to query the database directly. This PCProduct class was developed for integrating Pinnacle Cart with WordPress with the following methods: - get_product($id) - get_product_by...
1 2243 posted 12 years ago by crypticsoft
Convierte un campo de una tabla a llave foránea
0 4002 posted 12 years ago by ironcrema
Modify Column for Table Of Mysql
0 4215 posted 12 years ago by lyroge
Drop and Add Column for Table of Mysql
0 4210 posted 12 years ago by lyroge
Drop and Add Index for Table of Mysql
0 4252 posted 12 years ago by lyroge
Prints out a list of any field containing duplicates with count
0 4045 posted 13 years ago by flatearthcomms
Reset MySQL root password
0 3796 posted 13 years ago by Aminreza
How to change user password for a wordpress site.
0 1845 posted 13 years ago by keidash
With this script a new user gets created and gets his own VirtualHost and database. The username is used for building the domain, so the username "test" leads to the domain test.local. The password for the MySQL account used for creating the datab...
1 2259 posted 13 years ago by derbenni
Import/export gunzipped compressed mysql database
0 4008 posted 13 years ago by tzvio
Connecting to Oracle using Java JDBC
0 1743 posted 13 years ago by roizaig
Le fonction COALESCE de MySQL permet de renvoyer une valeur par défaut si la valeur null est renvoyée initialement.
0 4250 posted 13 years ago by pruntrut
By using HAVING 'virtual_field' CONDITION we can add conditions to virtual fields that created at SELECT
0 3962 posted 13 years ago by tucq88
batch accounts import into discuz with python
0 2429 posted 13 years ago by dylanninin
This is a public jsonp api. I use it with jQuery Like This: $.getJSON("http://yourdomain/yourpath/jsonp_api.php?method=getSchema&params=your_db_name&jsoncallback=?", function(data){ //DO SOMETHING WITH THE DATA HERE }...
1 2341 posted 13 years ago by halk
How to find a given column in a given database in MySQL
1 2993 posted 13 years ago by philsown