Welcome To Snipplr


Everyone's Recent Snippets Tagged mysql



Delete from table with limit (mySQL)
0 864 posted 9 years ago by Kcko
query with count having
0 789 posted 9 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 870 posted 9 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 908 posted 9 years ago by supupoff
Sets up the database for my project management software (in development - C#)
0 852 posted 10 years ago by JordanRowles
Format a mysql datetime into a PHP date
0 793 posted 10 years ago by flatearthcomms
Adding a linked server to MSSQL account - particularly a MYSQL server
0 553 posted 10 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 955 posted 10 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 825 posted 10 years ago by apphp-snippets
This post will explain you the use of Event scheduler in MySQL.
0 792 posted 10 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 793 posted 10 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 639 posted 10 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 867 posted 10 years ago by crypticsoft
Convierte un campo de una tabla a llave foránea
0 730 posted 10 years ago by ironcrema
Modify Column for Table Of Mysql
0 881 posted 10 years ago by lyroge
Drop and Add Column for Table of Mysql
0 908 posted 10 years ago by lyroge
Drop and Add Index for Table of Mysql
0 889 posted 10 years ago by lyroge
Prints out a list of any field containing duplicates with count
0 774 posted 10 years ago by flatearthcomms
Reset MySQL root password
0 714 posted 10 years ago by Aminreza
How to change user password for a wordpress site.
0 683 posted 10 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 847 posted 10 years ago by derbenni
Import/export gunzipped compressed mysql database
0 736 posted 10 years ago by tzvio
Connecting to Oracle using Java JDBC
0 552 posted 11 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 997 posted 11 years ago by pruntrut
By using HAVING 'virtual_field' CONDITION we can add conditions to virtual fields that created at SELECT
0 775 posted 11 years ago by tucq88
batch accounts import into discuz with python
0 1106 posted 11 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 939 posted 11 years ago by halk
How to find a given column in a given database in MySQL
1 749 posted 11 years ago by philsown