I have the following table in SQL with the following fields (id, name, day, week, active).
id the primary key of the integer type;
name nvchar
day week nvchar;
active bit;
and I have the following data in the table
1; Joseph; Monday 1;
2; Joseph...
asked by
21.03.2014 / 19:50