Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
added 27 characters in body
Source Link

For those still searching for a solution, I came accross a nice answer, to a similar question and I think this can be still useful for many. While moving deleted records to another table may be a better solution, for those who don't want to move the record can use the idea in the linked answer which is as follows.

  • Set deleted=0 when the record is available/active.
  • Set deleted=<row_id or some other unique value> when marking the row as deleted.

For those still searching for a solution, I came accross a nice answer, to a similar question and I think this can be still useful for many. While moving deleted records to another table may be a better solution, for those who don't want to move the record can use the idea linked answer.

  • Set deleted=0 when the record is available.
  • Set deleted=<row_id or some other unique value> when marking the row as deleted.

For those still searching for a solution, I came accross a nice answer, to a similar question and I think this can be still useful for many. While moving deleted records to another table may be a better solution, for those who don't want to move the record can use the idea in the linked answer which is as follows.

  • Set deleted=0 when the record is available/active.
  • Set deleted=<row_id or some other unique value> when marking the row as deleted.
Stack Overflow is like an encyclopedia, so we prefer to omit these types of phrases. It is assumed that everyone here is trying to be helpful.
Source Link
Dharman
  • 34k
  • 27
  • 106
  • 157

For those still searching for a solution, I came accross a nice answer, to a similar question and I think this can be still useful for many. While moving deleted records to another table may be a better solution, for those who don't want to move the record can use the idea linked answer.

  • Set deleted=0 when the record is available.
  • Set deleted=<row_id or some other unique value> when marking the row as deleted. Hope this helps someone.

For those still searching for a solution, I came accross a nice answer, to a similar question and I think this can be still useful for many. While moving deleted records to another table may be a better solution, for those who don't want to move the record can use the idea linked answer.

  • Set deleted=0 when the record is available.
  • Set deleted=<row_id or some other unique value> when marking the row as deleted. Hope this helps someone.

For those still searching for a solution, I came accross a nice answer, to a similar question and I think this can be still useful for many. While moving deleted records to another table may be a better solution, for those who don't want to move the record can use the idea linked answer.

  • Set deleted=0 when the record is available.
  • Set deleted=<row_id or some other unique value> when marking the row as deleted.
Source Link

For those still searching for a solution, I came accross a nice answer, to a similar question and I think this can be still useful for many. While moving deleted records to another table may be a better solution, for those who don't want to move the record can use the idea linked answer.

  • Set deleted=0 when the record is available.
  • Set deleted=<row_id or some other unique value> when marking the row as deleted. Hope this helps someone.