pipes | where | take
pipes
Example
Table Name
| first command
| second commandwhere
Example


take
Example
Different Data Bases
Example

Last updated
Table Name
| first command
| second command


Last updated
Customers
| where FirstName == "Peter"
| where ContinentName == "Europe"Customers
| take 10cluster('cluster name').database('db name').table('table name')
| normal piped commandscluster('help').database('Samples').table('PopulationData')
| where State == "ARKANSAS"