Generation

text to sql syntaxWed, 22 Mar 2023

agregar datos en campos: SurveyCount de tipo int, OverallSatisfaction de tipo varchar(max) en la tabla Periods

ALTER TABLE Periods ADD SurveyCount int, OverallSatisfaction varchar(max);

Questions about programming?Chat with your personal AI assistant