Skip to content Skip to sidebar Skip to footer
Showing posts with the label Comments

Sql/regex Challenge/puzzle: How To Remove Comments From Sql Code (by Using Sql Query)?

Requirements Single-lines comments (e.g. -- my comment) should be removed. Multi-line comments (e.… Read more Sql/regex Challenge/puzzle: How To Remove Comments From Sql Code (by Using Sql Query)?

Select All Post And Its Comments For A Specific User

i have a common situation here. I want to select all posts and its comments for a specific user. Fo… Read more Select All Post And Its Comments For A Specific User

Nested Comment System Mysql Ordering

Ok, I realize there are many ways to accomplish comments. The way I have chosen is a single table s… Read more Nested Comment System Mysql Ordering