This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
xiaoguang_li
/
hue
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
0ac734b51d
Ramuri
Etichete
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
Istoric
Crud
1
2
3
4
5
6
snippet tbl
create table ${1:table} (
${2:columns}
);
snippet s*
select * from ${1:table}