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
JAVA Basic Programs -- Sum of Two Numbers
Sum of two numbers by receiving value from keyboard In this program we use two variables which receive value from the keyboard and...
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 ...
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 ...
Auto Refresh Code In HTML
Auto Refresh Code in HTML using JavaScript, meta tags and JQuery There are several ways to refresh the CURRENT WEB ...
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...
No comments:
Post a Comment