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...
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...
Failed parsing 'srcset' attribute value since it has an unknown descriptor.
Error : Failed parsing 'srcset' attribute value since it has an unknown descriptor. dropped srcset candidate "<url>...
PHPMailer SMTP ERROR
PHPMailer SMTP -> ERROR: Failed to connect to server: Permission denied (13) fix This is an error produced by PHPMailer. On CentOS, R...
Steps to add Hibernate option in Windows 10 start menu
If you are not going to use your computer for a few hours, it is a good idea to put it to sleep (also known as standby mode) to save power....
No comments:
Post a Comment