Are SET statements within INSERT syntax valid SQL -


i have been using queries such insert table set foo='alice', bar='bob', work within mysql, , have been wondering, query valid sql server implementations, or mysql unique implementation? have had mssql syntax, references (foo,bar) values ('alice','bob') valid. have tested further myself, don't have access many other server implementations.

no, not valid standard sql.

as far know mysql dbms supporting strange syntax.

btw: here dbms play with: http://sqlfiddle.com


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -