raspi backup and restore
This commit is contained in:
6
sql-playground.sql
Normal file
6
sql-playground.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
# gitlab stuff;
|
||||
select * from users where name like 'heiko%';
|
||||
|
||||
update users set username = 'hhaller' where username = 'heikohaller';
|
||||
|
||||
select login,firstname,lastname,mail from users where status = 1;
|
||||
Reference in New Issue
Block a user