Table Design in mysql

Posted by RIDDHI on Stack Overflow See other posts from Stack Overflow or by RIDDHI
Published on 2010-05-03T10:07:12Z Indexed on 2010/05/03 10:18 UTC
Read the original article Hit count: 240

Filed under:
|
|

Hi everyone,

I need to create one table, Description : i need to create table based on schedule like daily, weekly & monthly,

columns are like : sno, startdate, enddate, day, scheduletype

For example i ll take weekly data, for my point of view : From sunday to saturday (1 - 7 )Id i create.... So lots of posibilities are creates like (1,2)(1,3) ..(1,2,3)....up to n....this twise posibility only but that will created up to 7 posibility in one.

so how can i store this posibility in mysql database?

If any one have an issue get back to me...

Thanks in advanced!!!!

Riddhi

© Stack Overflow or respective owner

Related posts about mysql

Related posts about table