ms access - [] brackets in sql statements -


what brackets in sql statement?

for example, in statement:

insert table1 ([columnname1], columnname2) values (val1, val2)

also, if table name in brackets?

the [] marks delimitation of identifier, if have column name contains spaces order qty need enclose [] like:

select [order qty] [client sales] 

they escape reserved keywords used identifiers


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -