RE: Insert Statement Syntax
- From: Magius96 <Magius96@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 2 Sep 2008 12:20:13 -0700
To further explain, in mysql an insert statement used this syntax:
INSERT INTO <table> SET <field>=<value>, <field>=<value>...
But in Access the syntax is:
INSERT INTO <tabl>(<field>,<field>,...) SELECT <value> AS <field>, <value>
AS <field>, <value> AS <field>...
Maybe that clarifies what I was asking a bit more, even though I've already
found the answer. :)
.
- Follow-Ups:
- RE: Insert Statement Syntax
- From: Steve Sanford
- RE: Insert Statement Syntax
- References:
- RE: Insert Statement Syntax
- From: Magius96
- RE: Insert Statement Syntax
- Prev by Date: RE: Insert Statement Syntax
- Next by Date: RE: Recordset
- Previous by thread: RE: Insert Statement Syntax
- Next by thread: RE: Insert Statement Syntax
- Index(es):
Loading