This website works better with JavaScript.
Explore
Help
Sign In
Peace
/
mssql_Study
Watch
1
Star
0
Fork
You've already forked mssql_Study
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11
Commits
1
Branch
0
Tags
51 KiB
Tag:
Branch:
Tree:
04848c8c52
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '04848c8c52'
${ noResults }
mssql_Study
/
distinct.sql
6 lines
73 B
Raw
Normal View
History
Unescape
Escape
select
3 years ago
USE
Study
GO
SELECT
JOB
FROM
EMPLOYEE
SELECT
DISTINCT
JOB
FROM
EMPLOYEE