G
Size: a a a
G
DS
DS
as dates
вставитьSELECT STR_TO_DATE(REGEXP_SUBSTR(exe_production, '[0-9]{2}[.]{1}[0-9]{2}[.]{1}[0-9]{4}'), '%d.%m. %Y') as dates FROM users_acts OREDR BY dates DESC;error
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BY dates DESC' at line 1
S
as dates
вставитьSELECT STR_TO_DATE(REGEXP_SUBSTR(exe_production, '[0-9]{2}[.]{1}[0-9]{2}[.]{1}[0-9]{4}'), '%d.%m. %Y') as dates FROM users_acts OREDR BY dates DESC;error
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BY dates DESC' at line 1
G
DS
DE
A
DE
DE
DE