updatedb
This commit is contained in:
15
public/home/admin/event/qPprev.q
Executable file
15
public/home/admin/event/qPprev.q
Executable file
@@ -0,0 +1,15 @@
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbdata */
|
||||
/* c#user #dbdata_user */
|
||||
/* c#password #dbdata_pass */
|
||||
|
||||
|
||||
|
||||
select
|
||||
"pprev" as "tag",
|
||||
nombre as "name",
|
||||
id
|
||||
from lugar
|
||||
order by nombre asc;
|
||||
|
||||
Reference in New Issue
Block a user