show tables; |
11 months ago |
select * from actor_logging limit 1; |
11 months ago |
select * from actor_user limit 1; |
11 months ago |
show tables; |
11 months ago |
select user_id from user where user_name='Filipjack2000';
select actor_id... |
11 months ago |
select * from actor where actor_user = (select user_id from user where... |
11 months ago |
select * from actor limit 10 |
11 months ago |
select * from actor |
11 months ago |
show tables |
11 months ago |
select * from user_properties where up_user=(select user_id from user where... |
11 months ago |
select * from user_properties limit 1
#where user=(select user_id from user... |
11 months ago |
select * from user_properties
#where user=(select user_id from user where... |
11 months ago |
select * from user_properties --where user=(select user_id from user where... |
11 months ago |
select * from user_properties where user=(select user_id from user where... |
11 months ago |
select * from user_properties where user_id=(select user_id from user where... |
11 months ago |
show tables
|
11 months ago |
select user_id from user where user_name='Filipjack2000' |
11 months ago |
select * from user where user_name='Strainu' |
11 months ago |
select * from user where user_name=Strainu |
11 months ago |
select * from user limit 10 |
11 months ago |
select * from users limit 10 |
11 months ago |
select distinct(up_property) from user_properties; |
11 months ago |
select * from user_properties limit 10; |
11 months ago |
show tables |
11 months ago |
show tables |
11 months ago |