Click here to Skip to main content
15,922,512 members
Home / Discussions / Database
   

Database

 
GeneralRe: Auto update SQL table entries using foreign keys Pin
Richard Deeming18-May-16 1:40
mveRichard Deeming18-May-16 1:40 
AnswerRe: Auto update SQL table entries using foreign keys Pin
John C Rayan18-May-16 2:51
professionalJohn C Rayan18-May-16 2:51 
QuestionINSERT from SELECT into a variable Pin
Jassim Rahma15-May-16 6:05
Jassim Rahma15-May-16 6:05 
AnswerRe: INSERT from SELECT into a variable Pin
Kornfeld Eliyahu Peter15-May-16 6:59
professionalKornfeld Eliyahu Peter15-May-16 6:59 
GeneralRe: INSERT from SELECT into a variable Pin
Jassim Rahma15-May-16 10:29
Jassim Rahma15-May-16 10:29 
AnswerRe: INSERT from SELECT into a variable Pin
Kornfeld Eliyahu Peter15-May-16 19:23
professionalKornfeld Eliyahu Peter15-May-16 19:23 
GeneralRe: INSERT from SELECT into a variable Pin
Jassim Rahma15-May-16 23:57
Jassim Rahma15-May-16 23:57 
AnswerRe: INSERT from SELECT into a variable Pin
Sascha Lefèvre16-May-16 0:48
professionalSascha Lefèvre16-May-16 0:48 
QuestionHow to decide between mysql and SQL server? Pin
kmllev13-May-16 1:15
kmllev13-May-16 1:15 
AnswerRe: How to decide between mysql and SQL server? Pin
Eddy Vluggen13-May-16 2:09
professionalEddy Vluggen13-May-16 2:09 
GeneralRe: How to decide between mysql and SQL server? Pin
Richard Deeming13-May-16 2:13
mveRichard Deeming13-May-16 2:13 
GeneralRe: How to decide between mysql and SQL server? Pin
kmllev13-May-16 2:17
kmllev13-May-16 2:17 
QuestionRe: How to decide between mysql and SQL server? Pin
Eddy Vluggen13-May-16 3:42
professionalEddy Vluggen13-May-16 3:42 
AnswerRe: How to decide between mysql and SQL server? Pin
kmllev13-May-16 17:09
kmllev13-May-16 17:09 
GeneralRe: How to decide between mysql and SQL server? Pin
Jörgen Andersson16-May-16 1:31
professionalJörgen Andersson16-May-16 1:31 
AnswerRe: How to decide between mysql and SQL server? Pin
Per Söderlund13-May-16 3:00
Per Söderlund13-May-16 3:00 
GeneralRe: How to decide between mysql and SQL server? Pin
kmllev13-May-16 17:11
kmllev13-May-16 17:11 
AnswerRe: How to decide between mysql and SQL server? Pin
Out of Memory13-May-16 4:53
Out of Memory13-May-16 4:53 
QuestionConfigure SQL 2008 R2 Remote Access Pin
Kevin Marois12-May-16 17:59
professionalKevin Marois12-May-16 17:59 
AnswerRe: Configure SQL 2008 R2 Remote Access Pin
Mycroft Holmes12-May-16 20:36
professionalMycroft Holmes12-May-16 20:36 
GeneralRe: Configure SQL 2008 R2 Remote Access Pin
Kevin Marois13-May-16 5:15
professionalKevin Marois13-May-16 5:15 
QuestionA performance question on SQL Server Active Passive failover Pin
Jörgen Andersson11-May-16 9:32
professionalJörgen Andersson11-May-16 9:32 
Questionview in which each column contains data from a different table Pin
Member 118403637-May-16 16:22
Member 118403637-May-16 16:22 
I am doing a student attendance project in php & mysql.
I have a monthly table for recording attendance of students. the first column in the table is the roll number which is common for all the tables and the dates of each month have a column of their own.
suppose if the attendance is of 5 months, I have 5 tables of the same repeated table.
I want to create a table or view that has columns for showing total of each month with the students roll number i.e. student roll number column, first month total column, second month total column, so on.
Can anyone please help me how to do it in mysql?
AnswerRe: view in which each column contains data from a different table Pin
Mycroft Holmes7-May-16 17:55
professionalMycroft Holmes7-May-16 17:55 
GeneralRe: view in which each column contains data from a different table Pin
Member 118403637-May-16 18:09
Member 118403637-May-16 18:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.