bye bye github
This commit is contained in:
17
public/home/tv/qTable.q
Executable file
17
public/home/tv/qTable.q
Executable file
@@ -0,0 +1,17 @@
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbdata */
|
||||
/* c#user #dbdata_user */
|
||||
/* c#password #dbdata_pass */
|
||||
|
||||
|
||||
|
||||
select
|
||||
"table" as "tag",
|
||||
nombre as "name",
|
||||
vinculo as "link",
|
||||
orden as "order",
|
||||
replace(grupo,' ','_' ) as "group"
|
||||
from tv where permiso = 1
|
||||
order by orden;
|
||||
|
||||
Reference in New Issue
Block a user