@Mauricio I really don't recommend using ANOVA without first using some corrective measures. I suggest perhaps a variance stabilizer. See Box Cox method which should be be in Stata. Stay safe, David Booth
Welch talks about doing this for multiple means: Welch, B. L. (1951). "On the Comparison of Several Mean Values: An Alternative Approach". Biometrika. 38 : 330-336. \url{doi:10.2307/2332579}.
Mauricio López-Espejo , I don't use STATA. Anyone who uses STATA seriously will use its underlying language. Though as noted above doing it is R may be easiest. If for some reason it is is necessary not just to read the data into R, see https://stackoverflow.com/questions/29631612/calling-r-from-stata.
I'm about a month late to this party, but see the attached DO file for code that computes Welch's F. For the sample data I used, the results match those from the ONEWAY command in SPSS. HTH.
PS- Despite the .do extension, the file is just a text file.
Just for the record, this is the R code for Bruce Weaver 's example data. Same results. The Welch citation can be found here: https://www.rdocumentation.org/packages/stats/versions/3.6.2/topics/oneway.test
# Bruce Weaver's example data
Data = read.table(header=TRUE, stringsAsFactors=TRUE, text="
Additional note: For a free, GUI-based option for Welch's anova, Jamovi (Windows, MacOS, Linux, ChromeOS) conducts Welch's anova by default for one-way anova.