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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -