MSSQL skill

#The function is to insert many records into tablesql

Insert into table_name (attr1, attr2, attr3)io

select val1, val2, val3        --be attention, there is no bracketstable

union allfunction

select val11, val22, val33select

........nio

#Standard sql insert statementtab

Insert into table_name (attr1, attr2, attr3) values (val1, val2, val3)co

相關文章
相關標籤/搜索