The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
MyChenQL, part 4
How can I get all forumids from the forum table as one-row, comma-delimited just like implode() does?
i.e., [sql] SELECT what FROM forum [/sql] with the result: Code:
1,2,4,5,6,9... |
#2
|
|||
|
|||
I win! I posted the unanswerable MyChenQL question!
|
#3
|
||||
|
||||
i've looked into it, but i think it's not possible
and if it is, then i don't have an idea why do you need it, with a whileloop you get the same effect, so no extra queries..... |
#4
|
|||
|
|||
I know, but I thought the idea is when in doubt, let MySQL do the work.
|
#5
|
||||
|
||||
getting lower queries is so that mysql does less work, so when in doubt let the php do the work and just request the mysql when needed :P
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|