sql - Merging data from one table to another table with out any relation -


i have 2 sql tables( , b) no relation among them. wanted copy data of 1 column of table b , merge table new column of able b

how do that. have tried write code -

 insert tablea(columnc) select top 10 columna tableb 


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -