Converted remaining hrefs to markdown

This commit is contained in:
Oliver Davies 2015-03-18 21:16:06 +00:00
parent ef5c605335
commit 604cf84f9a
16 changed files with 42 additions and 42 deletions

View file

@ -10,7 +10,7 @@ tags:
- Regular Expression
- TextMate
---
As in <span class="nodepicker-link">the </span><a href="internal:node/35" title="Quickly adding a taxonomy term to multiple nodes using SQL">original post</a>, I'd generated a list of node ID values, and needed to add structure the SQL update statment formatted in a certain way. However, I changed my inital query slightly to out put the same nid value twice.
As in [the original post](/blog/add-taxonomy-term-multiple-nodes-using-sql "Quickly adding a taxonomy term to multiple nodes using SQL"), I'd generated a list of node ID values, and needed to add structure the SQL update statment formatted in a certain way. However, I changed my inital query slightly to out put the same nid value twice.
~~~sql
SELECT nid, nid FROM node WHERE TYPE = 'blog' ORDER BY nid ASC;