Marko

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Marko created a post, AnsweredExtend SQL syntax to strings that are concatenated
In Goland, when creating a bigger SQL string, some people use `+` to concatenate multiple strings so they can be split in to multiple rows. An example: query := "SELECT *" + "FROM myTable" Golan...