18 lines
306 B
Plaintext
Executable File
18 lines
306 B
Plaintext
Executable File
|
|
/* 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;
|
|
|