Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

create table kusto

.create table MyLogs ( Level:string, Timestamp:datetime, UserId:string, TraceId:string, Message:string, ProcessId:int32 )
 
PREVIOUS NEXT
Tagged: #create #table #kusto
ADD COMMENT
Topic
Name
1+3 =