Questions tagged [bigsql]

IBM® Big SQL is one of two connection environments to query data that is stored on an InfoSphere® BigInsights™ Hadoop cluster.

IBM® Db2® Big SQL is a hybrid SQL engine for Hadoop that delivers data querying for the enterprise. Use a single database connection or query to connect to disparate sources such as HDFS, RDMS, NoSQL databases, object stores and WebHDFS.

47 questions
-1
votes
1 answer

How to split a Name using sql in Big sql environment?

I have a string like "Telugu,Praveen Kumar". I need to split this string like First_Name = Praveen, Last_Name= Telugu, Middle_Name= Kumar. Kindly help me out!!!
-3
votes
1 answer

How to convert 2 float value into 2.00 in the output using bigsql?

I would like to convert float value 2.0 into 2.00 in the output. How can i achieve the same in bigquery? e.g. I have value 6412.7 as an input. I would like to have output like 6412.70.
Nidhi
  • 1
  • 2
1 2 3
4