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
~716 People Reached
Favorite Forums
Favorite Tags
mysql x 10
Member Avatar for marrrrrrc

Hi, I need to match rows from one table to another table that may or may not have a match on one common column.... the problem begins with bringing back the most recent row in the other table. So, the query I'm starting with is: [code]SELECT * FROM data LEFT …

Member Avatar for tal17
0
99
Member Avatar for sjgriffiths

Hello Is there a way i can have a MYSQL query to run automatically at a certain time without me running it myself?

Member Avatar for jemajoign
0
68
Member Avatar for stonyheng

Hi all, I wonder if it is possible that someone can drop me a code or something on this particular problem which I am currently dealing with. in_date out_date 18/03 30/04 20/04 So how am i supposed to pair up 30/04 and 20/04 as 1 pair and show it up …

Member Avatar for jemajoign
0
95
Member Avatar for navneet1083

I've fired a query which result some data with the respective count from the table and after that i want to fire a query to get the total number of count on that count which i got it from my first query. Could anyone helps me out to get the …

Member Avatar for tesuji
0
178
Member Avatar for jemajoign

I was trying to create a moving average. Here's the sample data: [code=MySQL] create temporary table if not exists window (id int); delete from window; insert into window(id) select 1 union select 2 union select 3 union select 4 union select 15 union select 6 union select 7 union select …

0
64
Member Avatar for chrischirowa
Member Avatar for jbennet
0
106
Member Avatar for stonyheng

hi all, Is there a code where i can check from all the existing tables if a certain variables exist in it? I am currently working on a project but the tables are not linked properly, having a hard time trying to find out how many tables actually have the …

Member Avatar for tesuji
0
106