Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~586 People Reached
Favorite Tags
Member Avatar for ernest1a

For those who doesn't know onlywire, it is automated social media submiter. I am wondering if it is a good idea to submit all my blog posts with this tool to social media. In this way, more than 50 pages will be submited by the same username. Probably this could …

Member Avatar for EmilyJohnson
0
181
Member Avatar for ernest1a

I am wondering if anybody have developed activeCollab module. I am getting a problem with a module that I am developing it. The problem is that this module needs to change on instalation some default creativeCollab view files. For instance, our company has developed a module which adds new date …

0
54
Member Avatar for ernest1a

I am having a lot of problems with the following structure. Please could anybody help me with this. [CODE] SELECT MAX(intermediate.test) FROM ( SELECT SUM(table.field) FROM tabledfsd INNER JOIN .... + SELECT SUM(table.field) FROM tabledfsd INNER JOIN .... ) intermediate //or simplier example SELECT MAX(intermediate.test) FROM ( SELECT SUM(1+4) + …

Member Avatar for urtrivedi
0
107
Member Avatar for ernest1a

I am wondering if it is possible to use result of main select inside subquery. I am giving the below example. It is not very clear query, but the only thing you need to know and I am asking about is how to use table1.id inside subquery. I am getting …

Member Avatar for pratik_garg
0
157
Member Avatar for ernest1a

I save prices data for different days. If a day doesn't have any changes, it is not in the database. table prices date | price ---------------------- 2010-10-01 | 200 2010-10-02 | 200 2010-10-03 | 220 2010-10-06 | 260 2010-10-09 | 190 ... Now I need to prices for statistic purposes …

Member Avatar for smantscheff
0
87