SQL how to separate data

SELECT Order_Time, Order_Food, Order_Accessories, Latitude, Longitude, Called_customer, Executed, Seen FROM clientOrder WHERE Client_ID = ‘asdf’

returns data
how to separate each field list not working

Did your script format the return like this?

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun