Viewing post 1 (of 1 total)
I have the same issue but it has been resolved now
DROP TABLE IF EXISTS CountryLanguage;
CREATE TABLE CountryLanguage (
CountryCode char (3) NOT NULL DEFAULT '',
Language char (30) NOT NULL DEFAULT '',
IsOfficial...
November 7, 2022 at 7:13 am
#4109456