Marko

Avatar
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Created

    Extend SQL syntax to strings that are concatenated

    Answered
    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...
    • 2 followers
    • 2 comments
    • 0 votes