Questions tagged [monetdblite]

MonetDBLite is an embedded version of MonetDB, a relational database with a SQL interface. MonetDB uses a columnar storage model and is most suited for analytical workloads. Currently, MonetDBLite is available for R.

MonetDBLite is an embedded version of MonetDB, a relational database with a SQL interface. MonetDB uses a columnar storage model and is most suited for analytical workloads. Currently, MonetDBLite is available for R. Details: https://www.monetdb.org/blog/monetdblite-r

46 questions
-1
votes
1 answer

Concatenate rows to single row in SQL Server 2008

I'm using MonetDb for analytics, which is using SQL Server 2008 for query processing. I have a table ROLES, which has data below. Emp ROLE 1 ROLE_1 1 ROLE_2 1 ROLE_3 2 ROLE_1 2 ROLE_2 3 ROLE_3 3 ROLE_4 I want output as EMP ROLE 1 …
Sreenath
  • 480
  • 2
  • 6
  • 17
1 2 3
4