I have a sql table in a database with diferent rows but at same time they are similar to each other...
something like this example
01/07/2007 alfa 200
01/07/2007 alfa 400
01/07/2007 beta 200
How can I delete a simple row without touch the others from the database?
It's there a easy way to identify every row in a database with a unique number?
Thanks !
something like this example
01/07/2007 alfa 200
01/07/2007 alfa 400
01/07/2007 beta 200
How can I delete a simple row without touch the others from the database?
It's there a easy way to identify every row in a database with a unique number?
Thanks !
Last edited: