bye bye github

This commit is contained in:
mynah
2018-07-13 19:06:08 -05:00
commit ee47c30aca
241 changed files with 26451 additions and 0 deletions

17
public/home/tv/qTable.q Executable file
View 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;