deleting a row in dbvisualizer
Posted
by
tintincute
on Super User
See other posts from Super User
or by tintincute
Published on 2011-01-06T15:22:17Z
Indexed on
2011/01/06
15:56 UTC
Read the original article
Hit count: 181
database-administration
hello
I would like to delete this one in the db visualizer and not sure if I am writing the correct syntax:
http://i197.photobucket.com/albums/aa253/tintingerri/Test/test-3.png
I also see that the idsapusertype 25 is also link to idsapusertypedetails 75 & 76. Can I use this one?
delete from sap_user_type_details where idsapusertypedetails = 77
or
delete from sap_user_type_details where idsapusertype = 25
© Super User or respective owner