This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
xiaoguang_li
/
hue
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
948c9a2bcc
Branche
Tagy
cdh6.2.1
hue-cdh-4.3.0
master
release-4.3.0
hue
/
tools
/
ace-editor
/
lib
/
ace
/
snippets
/
impala.snippets
impala.snippets
95 B
História
Raw
1
2
3
4
5
6
snippet tbl
create table ${1:table} (
${2:columns}
);
snippet s*
select * from ${1:table}