31 Ağustos 2021 Salı

insert into table

 SELECT *
INTO [new_BK]
FROM [old_table]

Hiç yorum yok:

Yorum Gönder

.net 6 mapget kullanımı

 app.UseEndpoints(endpoints => {     endpoints.MapGet("/", async context =>     {         var response = JsonConvert.Seriali...