Posts by Renan Goulart • 11 points
2 posts
- 
		-1 votes1 answer34 viewsQ: Insert into table leaving null the old recordGood morning, you guys! I have the following code below, where I am trying to save a value of kg per day, I am using as the basis the day without time, however when setting the value for any day,… sqlasked Renan Goulart 11
- 
		0 votes1 answer45 viewsQ: Is it possible to make an addition with varchar field?I have the following update: update ex set ex.seq_docum_ref = '00001', ex.nr_chv_nfe_ref = ref.ChaveNfTerceiro, ex.cd_docum_ref = case when ChaveNfTerceiro is not null then… sql-serverasked Renan Goulart 11