Posts by Filippe Natan • 1 point
3 posts
- 
		-2 votes1 answer687 viewsQ: JS/Vue CPF validatorI’m trying to use a function to validate CPF and at the end of it call the function that checks whether the field is required and numerical. If I call only the function forgotmain, all goes well,… 
- 
		0 votes0 answers144 viewsQ: How to save data from a column and then overwrite it again? SQL ServerI need to save data from a table to a database command and return that data to the same table after a while... I thought I’d do something like this: DECLARE @NOME_FILIAL VARCHAR(25); DECLARE… 
- 
		0 votes2 answers299 viewsQ: How to use a variable to delete with like? SQL ServerI’m having trouble developing the T-SQL below: DECLARE @NOME_FILIAL VARCHAR(25); DECLARE @DATA_AJUSTE DATETIME; SET @NOME_FILIAL = (SELECT FILIAL FROM FILIAIS WHERE COD_FILIAL='125518'); SET…