LISA SQL
Welcome to the LISA SQL documentation site.
Working with donut charts
Donut charts allow you to display values in a circular format.
Creating donut charts
You can display values using a DONUT-CHART
as shown below.
PRINT 'Orders shipped' AS DONUT-CHART
DISPLAY 45
DIVIDED-BY 62Copy
-goes-here>