SELECT node.nid AS nid,
node.created AS node_created
FROM node node
INNER JOIN term_node term_node ON node.vid =
term_node.vid
WHERE (node.status <> 0) AND (node.type in
('copenhagen')) AND (term_node.tid = 7)
ORDER BY node_created
DESC
category/kommuner/odense-kommune
Why is there this difference?
I don't know why my VIEW doesn't show the same as ?
I don't know why my VIEW doesn't show the same as ?