/* * This file should contain SQL code that returns a result set * To get started, build your own queries in SQL Operations Studio and click the * "View as Chart" button to get the correct chart format. Then choose "Create Insight" * and update the package.json with the JSON contents, and this file with the query * used to generate the chart. */ select 'My Label' as [Label], 1 as [Value]