Code: Select all
INSERT INTO (ALIAS()) (first,last,address,city,st,zip) VALUES ("John","Smith","100 Main St","Anywhere","CA","90001-1122")
Moderators: Chrissy, Steve, Terry, Donna, Dave, Eric, MartyH, Kristen, Geoff, Vince
Code: Select all
INSERT INTO (ALIAS()) (first,last,address,city,st,zip) VALUES ("John","Smith","100 Main St","Anywhere","CA","90001-1122")