I have the following table
CREATE TABLE 'ultimaposicaorastreadores' (
'Id' CHAR(36) COLLATE utf8_bin NOT NULL DEFAULT '',
'Serial' BIGINT(20) NOT NULL,
'DataGps' DATETIME NOT NULL,
PRIMARY KEY USING BTREE ('Id', 'DataGps'),
KEY 'serial_idx' US...
asked by
11.01.2018 / 17:32