Hello:
I have row number with more than 400 rows. I use select into statement. It only allow 175 rows to get copied into Tem_Table. How to get all rows copied when create new table?
select id, code into Tem_table from Name where code = '11'
Your help is highly appreciated.
I have row number with more than 400 rows. I use select into statement. It only allow 175 rows to get copied into Tem_Table. How to get all rows copied when create new table?
select id, code into Tem_table from Name where code = '11'
Your help is highly appreciated.