bye bye github
This commit is contained in:
6
public/home/tv/qSeries.q
Executable file
6
public/home/tv/qSeries.q
Executable file
@@ -0,0 +1,6 @@
|
||||
|
||||
select distinct
|
||||
replace(grupo,' ','_' ) as "group",
|
||||
grupo as "name"
|
||||
from tv where permiso = 1
|
||||
order by orden;
|
||||
Reference in New Issue
Block a user