Home
About
Contact
404
google - dude
Search This Blog
Thursday, July 29
Unlabelled
Update all rows at a time
Update all rows at a time
by
AHK
on
19:12
set @newid=100;
update order_details set child_order_id = (@newid:=@newid+1) order by ID;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Categories
Coding
(65)
coding tricks
(53)
Errors
(35)
How-to
(87)
information
(45)
install
(13)
javaBasicPrgrams
(5)
kali
(1)
laravel
(10)
MySQL
(15)
other
(18)
php
(17)
php install
(7)
Programming
(43)
python
(2)
real hidden facts
(13)
Solutions
(34)
SpotLight
(17)
Technology
(22)
tips-tricks
(63)
tutorials
(40)
ubuntu
(11)
usefull
(27)
windows
(18)
woodstock
(1)
wordpress
(3)
Recent
Popular
10 Awesome Google Search Tricks.....
You may be spending hours in searching with Google.So learn some Google search hacks to get effective search results. 1. Identify ...
Convert MBR to GPT
Convert MBR to GPT One of the main challenges that we face while converting MBR to GPT is that conversion is possible from MBR to GPT, onl...
How do you convert between 12 hour time and 24 hour time in PHP?
$time = '5:36 pm'; // 24-hour time to 12-hour time $time_in_12_hour_format = date("g:i a", strtotime($time)); // 12-hour ...
75 inspirational quotes that will change your life
1 of 75 Oprah Winfrey Quote : "You become what you believe." 2 of 75 Margaret Thatcher Quote : "You may have to fight...
1(One) Way To Access Blocked Sites
Is you school, college or office blocking you from getting on social network sites like Friendster , Facebook , Myspace , Bebo...
No comments:
Post a Comment