Welcome To Snipplr


Everyone's Recent SQL Snippets Tagged mysql



« Prev 1 2 3
This snippet allows you to insert new record into table. In case a unique key already exists - it updates appropriate fields only, leaving other fields untouched.
0 3654 posted 8 years ago by apphp-snippets
pivot data. input source query in the form : +--------+-----------+-------------+-------------+ | name | pivot_fid | pivot_fname | pivot_value | +--------+-----------+-------------+-------------+ | apple | 1 | is red...
0 2228 posted 9 years ago by ktrout
procedure to throw application defined error
0 2260 posted 9 years ago by ktrout
calculate rank ( with ties ) over points table
0 2286 posted 9 years ago by ktrout
clone table with structure and indexes
0 2505 posted 9 years ago by ktrout
unroll variable length string list to normalised form.
0 2241 posted 9 years ago by ktrout
search for tables in mysql catalog ( information_schema )
0 1261 posted 9 years ago by ktrout
stored procedure for executing batch sql statements
0 2236 posted 9 years ago by ktrout
creates a minimal calendar table
0 2436 posted 9 years ago by ktrout
one cross join for each ai in definition of decimal number as sum(ai*10^i)
0 2188 posted 9 years ago by ktrout
caching session variables in Mysql using memory engine for fast client response. note: please test before use, then use at your own risk.
0 3077 posted 11 years ago by prgrmmraben
Adding a linked server to MSSQL account - particularly a MYSQL server
0 1229 posted 11 years ago by kidmizere
How to change user password for a wordpress site.
0 1217 posted 12 years ago by keidash
Backup/Export MySQL Database using mysqldump and compress/gzip it ------------------------------------------
0 1765 posted 13 years ago by MohamedAlaa
Run This Command in your Terminal ---------------------------------------- mysql -u **username** -p -h localhost **DATA-BASE-NAME** < data.sql
0 1255 posted 13 years ago by MohamedAlaa
in order to avoid the .zip madness when creating a new module, you can make it available in the backend by firing a simple SQL in your DB. (mod_media is the name of the folder that holds it)
0 1208 posted 13 years ago by iroybot
Where clause to select multiple rows of unique values
0 1232 posted 13 years ago by the_construct
0 1331 posted 14 years ago by cesarkohl
0 1077 posted 14 years ago by georgemathewkunnathoor
run these in the SQL tab
0 1165 posted 14 years ago by xcsteve99
[Query related to PHP code to save tweets from the twitter search API to a MySQL database](http://snipplr.com/view/56994/save-tweets-using-php-from-the-twitter-search-api-to-a-mysql-database/ "PHP code to save tweets from the twitter search API to a...
0 2034 posted 14 years ago by eddequincey
0 1475 posted 14 years ago by iroybot
0 1515 posted 14 years ago by BFTrick
0 868 posted 14 years ago by markbenfield
Cronjob and PHP examples below
0 1097 posted 14 years ago by sdxxx
0 1107 posted 14 years ago by metoikos
Only works if you have the mysql-root password
0 1183 posted 14 years ago by isholgueras
Backup a single table from a database
0 1167 posted 14 years ago by tribal
« Prev 1 2 3