Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Robert] Next / previous category

Quote Reply
Re: [Robert] Next / previous category In reply to
But how to tell lsql to do this query?


SELECT row FROM
(SELECT @row_number:=@row_number + 1 AS row, ID, Name
FROM bCategory as a, (SELECT @row_number:=0) AS b
WHERE FatherID = 33 and Number_of_Links > 0
ORDER BY sort, Pfad, Name) as c
WHERE ID = 3300;
Subject Author Views Date
Thread Next / previous category Robert 5061 Aug 3, 2016, 3:06 AM
Thread Re: [Robert] Next / previous category
Robert 4970 Aug 3, 2016, 4:25 AM
Thread Re: [Robert] Next / previous category
Robert 4976 Aug 3, 2016, 4:53 AM
Thread Re: [Robert] Next / previous category
Robert 4979 Aug 3, 2016, 5:01 AM
Thread Re: [Robert] Next / previous category
Robert 4967 Aug 3, 2016, 5:03 AM
Thread Re: [Robert] Next / previous category
Andy 4903 Aug 8, 2016, 1:54 AM
Post Re: [Andy] Next / previous category
Robert 4878 Aug 8, 2016, 2:59 AM