Viewing post 1 (of 2 total)
WITH n(id, name) AS
(SELECT id, name
FROM tulieu
WHERE parent = 44
...
April 24, 2013 at 10:09 am
#1609614