Vorlage:Coins

Aus International Center for Computational Logic
Wechseln zu:Navigation, Suche
Debug output SQLStore
ASK Query
[[:Coins]] [[Bibtype::Article||Incollection||Inproceedings]]
SQL Query
SELECT DISTINCT
  t0.smw_id AS id,
  t0.smw_title AS t,
  t0.smw_namespace AS ns,
  t0.smw_iw AS iw,
  t0.smw_subobject AS so,
  t0.smw_sortkey AS sortkey, t0.smw_sort
FROM
  `infsyssmw_object_ids` AS t0
INNER JOIN
  `infsyssmw_di_blob` AS t3 ON t0.smw_id=t3.s_id
WHERE
  (
   ((t3.o_hash='Article') OR (t3.o_hash='Incollection') OR (t3.o_hash='Inproceedings')
  ) AND t3.p_id=504 AND t3.s_id=0)
  AND t0.smw_iw!=':smw'
  AND t0.smw_iw!=':smw-delete'
  AND t0.smw_iw!=':smw-redi'
ORDER BY
  t0.smw_sort ASC
LIMIT
  55
OFFSET
  0
SQL Explain
IDselect_typetabletypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLEImpossible WHERE noticed after reading const tables
Auxilliary Tables
No auxilliary tables used.
Query Metrics
Query-Size:5
Query-Depth:1
Errors and Warnings
None