Skip to main content Skip to complementary content
Close announcements banner

Selecting the Silver-level customer data

Procedure

  1. Double-click tSqlRow to open its Component view.
  2. Click the [...] button next to Edit schema to open the schema editor.
  3. In the schema on the output side (the right side), change the column name Support to Silver_Support.
  4. From the SQL context drop-down list, select SQL Spark Context.
  5. In the SQL Query field, enter the query statement to be used to select the records about the Silver-level customers.
    select User_id, FirstName, LastName, Country, Support as Silver_Support, SubscriptionDate, email, telephone from row1 where Support = 'SILVER'
    You can read that the input link row1 is actually taken as the table in which this query is performed.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!