Hi,
Thanks in advance.
I am very basic SQL user. I would like to store records having different coulmns in one table. Is it possible?
Ex.
Table 1 -> Fields -> Docid, Received_date, process_start_t ime, process_end_tim e, Time spent. (No of columns : 5)
Table 2 -> Fields -> Docid, Received_date, process_start_t ime, process_pause_t ime, Process_restart _time, process_end_tim e, Time spent. (No of columns : 7)
How can I save these two records in the same table.
Please help me out..
Waiting for your reply.
Regards,
Venkat.
Thanks in advance.
I am very basic SQL user. I would like to store records having different coulmns in one table. Is it possible?
Ex.
Table 1 -> Fields -> Docid, Received_date, process_start_t ime, process_end_tim e, Time spent. (No of columns : 5)
Table 2 -> Fields -> Docid, Received_date, process_start_t ime, process_pause_t ime, Process_restart _time, process_end_tim e, Time spent. (No of columns : 7)
How can I save these two records in the same table.
Please help me out..
Waiting for your reply.
Regards,
Venkat.
Comment