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
Post a Comment