Hi everyone,
I've got the following problem, that for every visitor a new row is added, with multiple extra variables, to Table A but now there are already a lot of rows and i would like to merge them, so instead of ten similar rows with value 1 there would be one row with value 10, but not sure how to best do it.
Should i insert the new rows to the same table or a new table, because table A is constantly updated and what kind of double-checks should I use incase a row with set variables already exists, so that instead of adding 2 copies of the same row it would update the existing row.
Thanks, Basic