skip to main
|
skip to sidebar
untitled888
mostly noob programming tips...
Friday, March 25, 2011
SQL Insert command using set option to add records to MySQL table
SQL Insert command using set option to add records to MySQL table
using
Insert into library set book_name='Learning MySQL', author='plus2net group'
is better than
Insert into library(book_name, author) VALUES('Learning MySQL', 'plus2net group')
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Labels
ADSL
(1)
Annex
(1)
ArrayList
(1)
Bitswap
(1)
company
(1)
CSL
(1)
download
(1)
dropdownlist
(1)
fail
(1)
file share
(1)
firefox
(2)
IGMP
(1)
Internet
(1)
J2SE
(1)
Java
(1)
javascript
(2)
Microsoft
(1)
mozilla
(1)
mp3
(1)
MTU
(1)
mysql
(1)
NAT
(1)
oracle
(1)
Outlook
(1)
PCR
(1)
phone
(1)
PHP
(1)
programming
(4)
Registry
(1)
scam
(1)
sql
(1)
SRA
(1)
Streamyx
(1)
TP Link
(1)
UBR
(1)
VCI
(1)
VPI
(1)
Followers
Blog Archive
►
2012
(3)
►
April
(3)
▼
2011
(5)
►
July
(1)
►
April
(1)
▼
March
(1)
SQL Insert command using set option to add records...
►
January
(2)
►
2010
(9)
►
December
(5)
►
October
(4)
►
2008
(1)
►
December
(1)
About Me
Jim Foo
View my complete profile