Communities

Codidact
Codidact
Code Golf Dev
Code Golf Dev
Judaism Dev
Judaism Dev
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Review Suggested Edit

You can't approve or reject suggested edits because you haven't yet earned the Edit Posts ability.

Approved.
This suggested edit was approved and applied to the post 23 days ago by Monica‭.

51 / 255
  • Multi-line code block:
  • ```sql
  • select * from users
  • where deleted=true
  • and community_id=1;
  • ```
  • Single-line code block:
  • ```sql
  • select * from ussers;
  • ```
  • Code block with all whitespace:
  • ```
  • ```
  • `<pre>`, not markdown code block:
  • <pre>
  • blah blah blah
  • </pre>
  • Multi-line code block:
  • ```sql
  • select * from users
  • where deleted=true
  • and community_id=1;
  • ```
  • Single-line code block:
  • ```sql
  • select * from users;
  • ```
  • Code block with all whitespace:
  • ```
  • ```
  • `<pre>`, not markdown code block:
  • <pre>
  • blah blah blah
  • </pre>

Suggested 23 days ago by trichoplax but moderator‭