TechniqZone
A Technical Guide for Developers.
Home
Tutorial
C++ Tutorials
Tools
Day Finder
Blogger Code Display Tool
Random Password Generator
About Me
Contact Me
Subscribe For Free Updates!
We'll not spam mate! We promise.
Become Our Fan on Social Sites!
Mar 9, 2013
Mysql - Get the record randomly
TECHNIQZONE
MySQL
No comments
Mysql - Get the record randomly
RAND() function is used to get the random record from table.
For Example:
select * from tab_name orderby RAND() limit 0,5;
TechniqZone Socializer Widget
SOCIALIZE IT →
Tweet
FOLLOW US →
SHARE IT →
Related Posts:
MySQL
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Become a Fan
Labels
.htaccess
AJAX
Browsers
C
C++
check html tags
Command Prompt
Data Card
Database
Facebook
get count php
get count using php
GPRS Settings
HTML
html tags
html tags count
html_entity_decode in jquery
htmlentites in jquery
http status code
Internet
Javascript
javascript html decode
javascript html encode
JQuery
jquery html decode
jquery html encode
JSON
Mail
Mobile
mobile website
MS Excel
MySQL
mysql both function
mysql leading trim function
mysql trailing function
MySQL Trim() function
MySQL Trim(BOTH) function
MySQL Trim(LEADING) function
MySQL Trim(trailing) function
PHP
php card validation
php credit card validation
php img tag
php mail validation
php preg replace
php redirect with http status code
php tag
preg_replace
Programmings
Query Commands
String
Tool
validate credit card
wamp server
website
XAMPP
Archive
►
2014
(6)
►
August
(2)
►
June
(2)
►
May
(2)
▼
2013
(84)
►
August
(4)
►
July
(12)
►
June
(2)
►
May
(16)
►
April
(30)
▼
March
(14)
Copy Text From Command prompt and Paste it in Word
Change Font color in DOS
Remove autorun.inf Using Command Prompt
Extract Zip File using Php
Set Multiple Homepages for Internet Explorer
PHP - Check if browser cookies are enabled
Grant permission to user to execute a Stored Proce...
Mysql - Delete duplicate rows based on column value
Mysql - Get the record randomly
How to use the OFFSET function in MS Excel.?
PHP - Setting session timeout
Facebook flike and fshare combined in single button
Set Time limit for a php script.
Javascript to create zip file
►
February
(6)
Popular Posts
Get cursor position in a textarea - Jquery
Get cursor position in a textarea - Jquery: The following code is used to get the cursor point in textarea. if you change the id of t...
403 Forbidden Error in WampServer
Error - You don’t have permission to access / on this server error occured in wampServer Solution. 1. Open the file named as “ p...
htmlentities() and html_entity_decode() in JQuery
htmlentities() and html_entity_decode() in JQuery : We are all know about use of htmlentities() in PHP. This function is used to convert ...
Javascript to create zip file
The Zip file format is very useful for compress the any type of data. we can generate the zip file by using some programming langua...
Display Current Indian Standard Time using PHP
Display Current Indian Standard Time using PHP : The following code is used to get the current indian standard time using php. here ...
.htaccess Automatically redirect to Mobile Website
.htaccess Automatically redirect to Mobile WebSite : Here i will explain how to redirect your website automatically to mobile scree webs...
MySQL query to trim particular character from database column field
MySQL has some default functions to trim particular cahr or whitespaces from all the column field in database rows. MySQL provide four type ...
Get body message content from mail using PHP
Get body message content from mail using PHP : Here i will explain how to get mail contents(body of mail) by using php. Here i used two f...
Display Coding in blogspot Post
Display Coding in blogspot Post : This tool is used to display your HTML program codes in blogger post. To get the converted code, just ...
Check String Contain Specific words - PHP
Check String Contain Specific words - PHP The following code is used to find the specific words or char from a string by using php. ...
Techniqzone . Powered by
Blogger
.
Copyright © 2013
TechniqZone
.
0 comments:
Post a Comment