You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="pl-c"><spanclass="pl-c">;</span> Display first `customer` row in Single Row View showing all Table Columns</span>
15
15
(textDump (dbSelect <spanclass="pl-s"><spanclass="pl-pds">"</span>select * from customer limit 1<spanclass="pl-pds">"</span></span>))
16
16
17
17
<spanclass="pl-c"><spanclass="pl-c">;</span> Display all Customers in London</span>
18
18
(def city <spanclass="pl-s"><spanclass="pl-pds">"</span>London<spanclass="pl-pds">"</span></span>)
19
-
(textDump (dbSelect <spanclass="pl-s"><spanclass="pl-pds">"</span>select Id, CompanyName, ContactName from customer where city = @city<spanclass="pl-pds">"</span></span> { :city city } ))
19
+
(textDump (dbSelect <spanclass="pl-s"><spanclass="pl-pds">"</span>select Id, CompanyName, ContactName from customer where city = @city<spanclass="pl-pds">"</span></span> { <spanclass="pl-en">:city</span> city } ))
20
20
21
21
<spanclass="pl-c"><spanclass="pl-c">;</span> View all root files and folders in configured S3 Virtual File Provider</span>
0 commit comments