technisher.in
Pages
Home
About Us
Showing posts with label
sql distinct query
.
Show all posts
Showing posts with label
sql distinct query
.
Show all posts
Thursday, 13 March 2014
sql distinct query
Description:
Following query select all distinct program codes where agreemnt number is 101.
Distinct select unique value.
SQL Query:
select distinct programme_code from AMSAgreement_transaction_master
where agreement_no=101
Older Posts
Home
Subscribe to:
Posts (Atom)