If you've built up a query using Trevor steps, but now you want to see what they look like in SQL, you can do that by 'exporting' the SQL for your query. You can do this in the top right panel above your query:
<% if (previousArticle) { %>
<% } %>
<% if (items.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
Comments
0 comments
Please sign in to leave a comment.