Your IP : 216.73.216.170


Current Path : /home/bitrix/
Upload File :
Current File : /home/bitrix/.mysql_history

use newden
select * from INFORMATION_SCHEMA.tables
;
select * from INFORMATION_SCHEMA.tables;
select table_name, max_data_length from INFORMATION_SCHEMA.tables;
use dbnewden
select table_name, max_data_length from INFORMATION_SCHEMA.tables;
select & from courses
;
select * from courses;
select * from skills;
select count(*) as aggregate from `skills`
;
use dbnewden@localhost
use dbnewden@127.0.0.1
use dbnewden
select count(*) as aggregate from `skills`
;
select count(*) as aggregate from `skills`;
select count(*) as aggregate from dbnewden.`skills`;
exit;
select * from information_schema.tables where table_schema = 'dbnewden' and table_name = 'migrations' and table_type = 'BASE TABLE'
;
exit
use dbnewden
select * from information_schema.tables where table_schema = 'dbnewden'
;
exit;
select * from occupations limit 5
;
use dbnewden
select * from occupations limit 5;
exit
use dbnewden
select * from occupations limit 5;
select * from occupations where match(name, description) against('audio')
;
select id, name from occupations where match(name, description) against('audio');
select id, name from occupations where match(name, description) against('Audiovisual Specialist');
select id, name from occupations where match(name, description) against('Audio visual Specialist');
select id, name from occupations where match(name, description) against('Audio visual');
select id, name from occupations where match(name, description) against('Audiovisual Specialist');
Broadcast Technician
Craft Artist
Film and Video Editor
Fine Artist
Food Preparation Worker
Maid/Housekeeper
Occupational Therapist
Proofreader
select id, name from occupations where match(name, description) against('Audiovisual Specialist Broadcast Technician Craft Artist Film and Video Editor Fine Artist Food Preparation Worker Maid/Housekeeper Occupational Therapist Proofreader Technical Writer');
select id, name from occupations where match(name, description) against('Audiovisual Specialist Broadcast Technician Craft Artist Film and Video Editor Fine Artist Food Preparation Worker Maid/Housekeeper Occupational Therapist Proofreader Technical Writer') limit 10;
exit;
select * from users;
use dbnewden
select * from users;
delete from table users where id = 1
;
delete from table users where id=1;
delete from users where id=1;
select * from users;
exit;
select * from users;
use dbnewden
select * from users;
select * from sessions;
select * from users;
учше
;
exit;
select * from users;
use dbnewden
select * from users;
delete from users where id=1;
delete from users where id=2;
select * from users;
delete from users where id=2;
delete from users where id=3;
select * from users;
exit
select * from users;
use dbnewden
select * from users;
exit;
select count(*) as cnt from dbeden.occupations
;
select count(*) as cnt from dbnewden.occupations;
use dbnewden
select count(*) as cnt from dbnewden.occupations;select count(*) as cnt from skills_to_courses;
select * from universities
;
select * from universities;
select count(*) as cnt from skills_to_courses;
select * from skills_to_courses;
delete * from skills_to_courses;
delete from skills_to_courses;
select * from skills_to_courses;
use newden
use dbnewden
select id from job_descriptions;
select id from jd_skills;
exit;
use dbnewden
select id, title from jd_skills;
select id, name from jd_skills;
select id, title from job_descriptions
select id, title, intro from job_descriptions;
select id from jd_skills;
select id, title, intro from job_descriptions;
select id, title from job_descriptions;
select id from jd_skills;
use dbnewden
select id, skill from jd_skills;
select id, title from job_descriptions;
us dbnewden
;
use dbnewden
select * from users;
use dbnewden
select * from job_description;
select * from job_descriptions;
select * from id, title;
select id, title from job_descriptions;
select * from occupations where id='84871c2a-abd1-45eb-b03a-65e51a26fd84';
select id, title, occupation_id from job_descriptions;
select id, title, occupation_id from job_descriptions where occupation_id is not null;
use dbnewden
select * from job_descriptions where id=15
;
select id, title, occupation_id from job_descriptions where id=15
;
use dbnewden
selec * from users
;
select * from users;
select id, name, email from users where name like '%gus%' or email like '%gus%';
select id, name, email from users where name like '%gus%' or email like '%gus%' or name like '%global%';
delete from users where id in (14, 15, 20, 21, 41)
;
select id, name, email from users where name like '%gus%' or email like '%gus%' or name like '%global%';
select id, name, email from users;