While I can read a whole row of a database table with SELECT *, how it works with pushing data into Tables ?
Actually, I read row from an external server and want push it into my local database. Both databases, the server and mine have the same table schema already. Due to the number of columns (more than 100) it can be time-consuming reading each column.
Thanks, in advance.
Actually, I read row from an external server and want push it into my local database. Both databases, the server and mine have the same table schema already. Due to the number of columns (more than 100) it can be time-consuming reading each column.
Thanks, in advance.