have a table that have 5 colums
ID, month , day , year and Date
The table have month , day , year column as blank i want to write a query so that i can
update month , day and year column using date column as in month part of that date , day part of that date and year part of that date . ID is a primary key in Table.
Any help is much appreciated
Thanks
ID, month , day , year and Date
The table have month , day , year column as blank i want to write a query so that i can
update month , day and year column using date column as in month part of that date , day part of that date and year part of that date . ID is a primary key in Table.
Any help is much appreciated
Thanks
Comment