You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT SQL_CACHE e.id, e.section_id, e.author_id, UNIX_TIMESTAMP(e.creation_date) AS creation_date, UNIX_TIMESTAMP(e.modification_date) AS modification_dateFROMsym_entriesASeLEFT OUTER JOINsym_entries_data_93ASed ON (e.id=ed.entry_id) WHERE 1 AND e.section_id= '18' ORDER BYed.value asc LIMIT 0, 1
When trying to navigate to the section with this field.
This is using the development branch of the extension.
The text was updated successfully, but these errors were encountered:
SELECT SQL_CACHE
e.id,
e.section_id, e.
author_id, UNIX_TIMESTAMP(e.
creation_date) AS
creation_date, UNIX_TIMESTAMP(e.
modification_date) AS
modification_dateFROM
sym_entriesAS
eLEFT OUTER JOIN
sym_entries_data_93AS
edON (
e.
id=
ed.
entry_id) WHERE 1 AND
e.
section_id= '18' ORDER BY
ed.
valueasc LIMIT 0, 1
When trying to navigate to the section with this field.
This is using the development branch of the extension.
The text was updated successfully, but these errors were encountered: