12 lines
264 B
Plaintext
Executable File
12 lines
264 B
Plaintext
Executable File
|
|
/* c#host localhost*/
|
|
/* c#database #dbdata */
|
|
/* c#user #dbdata_user */
|
|
/* c#password #dbdata_pass */
|
|
|
|
select
|
|
nombre as "tag",
|
|
contenido as "admContent"
|
|
from casa where 1=1;
|
|
|