hi all,
Today i stuck in a problem that is auto_increment in detail table.
i have a tableĀ Master with U_id that is primary key with values
01
02
03 etc
and second table in Detail with D_id that is primary key of that table
now i want to show my primary key value of this table like
(Master table value-detail table value )
01-001
01-002
01-003 with first master table value and
02-001
02-002
02-003 so on.
how can i achieve this.
Regards:
Ahmad