Jump to content
  • 0

Q> How to delete entry in sc_data sql


Meister

Question


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

E.G.

 

I want to erase an entry in sc_data table.

 

2000035 150052     32 196130   10   12      0     0
2000029 150063     30 237002   10   10      0     0

 

I want to erase the data for account id 2000035

 

so the proper format will be?

DELETE FROM `sc_data` WHERE 1

what could be the snippet of the code?

Edited by Meister
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  142
  • Reputation:   8
  • Joined:  02/11/13
  • Last Seen:  


DELETE FROM `sc_data` WHERE `account_id` = '2000035';

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...