Hello,
need help on sql server Please, I have 4 fields, I would like to Increment the series of Table1. (__First__) up to (__Last__) in table2 taking into consideration the field names 'Boutique' and 'produit';
Table1
|boutique|produit,| ___First__| ___Last_____|
|Levis__,|__jeans,|__20000010_|__20000012__|
|Bared__,|__parfm,|__20600001_|__20600005__|
Tabl2
|Levis__,|__jeans,|__20000010
|Levis__,|__jeans,|__20000011
|Levis__,|__jeans,|__20000012
|Bared__,|__Bared,|__20600001
|Bared__,|__Bared,|__20600002